#32663B

Color #32663B Hunter Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hunter Green #32663B

Tints of Hunter Green #32663B

Color information

#32663B (or 0x32663B) is unknown color: approx Hunter Green. HEX triplet: 32, 66 and 3B. RGB value is (50,102,59). Sum of RGB (Red+Green+Blue) = 50+102+59=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 102 - color contains mainly: green. Hex color #32663B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32663B is #CD99C4. Grayscale: #515151. Windows color (decimal): -13474245 or 3892786. OLE color: 3892786.

HSL color Cylindrical-coordinate representation of color #32663B: hue angle of 130.38º 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 #32663B is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB5010259-
CMYK0.5100.420.6
HSL130.38º34.21%29.8%-
HSV(B)130.38º50.98%40%-
XYZ6.8610.55.8-
YUV81.55115.27105.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 102 (40.23% from 255) = 48.34%
BLUE value IS 59 (23.44% from 255) = 27.96%
R=23.70%
G=48.34%
B=27.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50102590.5100.420.6130.3834.2129.8
Hex32663B3302A3C82221e
Octal621467363052742024236
Binary110010110011011101111001101010101111001000001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32663B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32663B; }

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

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

<style>
 a { background-color: #32663B; }

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

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

<style>
 span { border-color: #32663B; }

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

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