#32664F

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

Shades of Spectra #32664F

Tints of Spectra #32664F

Color information

#32664F (or 0x32664F) is unknown color: approx Spectra. HEX triplet: 32, 66 and 4F. RGB value is (50,102,79). Sum of RGB (Red+Green+Blue) = 50+102+79=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 102 - color contains mainly: green. Hex color #32664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32664F is #CD99B0. Grayscale: #535353. Windows color (decimal): -13474225 or 5203506. OLE color: 5203506.

HSL color Cylindrical-coordinate representation of color #32664F: hue angle of 153.46º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #32664F is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB5010279-
CMYK0.5100.230.6
HSL153.46º34.21%29.8%-
HSV(B)153.46º50.98%40%-
XYZ7.4810.759.08-
YUV83.83125.27103.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.65%
GREEN value IS 102 (40.23% from 255) = 44.16%
BLUE value IS 79 (31.25% from 255) = 34.20%
R=21.65%
G=44.16%
B=34.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50102790.5100.230.6153.4634.2129.8
Hex32664F330173C99221e
Octal6214611763027742314236
Binary110010110011010011111100110101111111001001100110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32664F; }

 p { color: rgb(50,102,79); }

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

<style>
 a { background-color: #32664F; }

 a { background-color: rgb(50,102,79); }

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

<style>
 span { border-color: #32664F; }

 span { border-color: rgb(50,102,79); }

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