#326C51

Color #326C51 Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #326C51

Tints of Spectra #326C51

Color information

#326C51 (or 0x326C51) is unknown color: approx Spectra. HEX triplet: 32, 6C and 51. RGB value is (50,108,81). Sum of RGB (Red+Green+Blue) = 50+108+81=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 108 - color contains mainly: green. Hex color #326C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326C51 is #CD93AE. Grayscale: #575757. Windows color (decimal): -13472687 or 5336114. OLE color: 5336114.

HSL color Cylindrical-coordinate representation of color #326C51: hue angle of 152.07º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #326C51 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB5010881-
CMYK0.5400.250.58
HSL152.07º36.71%30.98%-
HSV(B)152.07º53.7%42.35%-
XYZ8.16129.67-
YUV87.58124.28101.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 20.92%
GREEN value IS 108 (42.58% from 255) = 45.19%
BLUE value IS 81 (32.03% from 255) = 33.89%
R=20.92%
G=45.19%
B=33.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50108810.5400.250.58152.0736.7130.98
Hex326C51360193A98251f
Octal6215412166031722304537
Binary110010110110010100011101100110011110101001100010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326C51; }

 p { color: rgb(50,108,81); }

 H1.HeaderClassName
 {
   color: #326C51;
 }
 .AnyTagClassName
 {
   color: #326C51;
 }
</style>
background-color css

<style>
 a { background-color: #326C51; }

 a { background-color: rgb(50,108,81); }

 div.DivClassName
 {
   background-color: #326C51;
 }
 .BgClassName
 {
   background-color: #326C51;
 }
</style>
border-color css

<style>
 span { border-color: #326C51; }

 span { border-color: rgb(50,108,81); }

 td.TdClassName
 {
   border-color: #326C51;
 }
 .TagClassName
 {
   border-color: #326C51;
 }
</style>