Shades of Hunter Green #32643B
Tints of Hunter Green #32643B
RGB
CMYK
RGB Variations
Color information
#32643B (or 0x32643B) is known color: Hunter Green. HEX triplet: 32, 64 and 3B. RGB value is (50,100,59). Sum of RGB (Red+Green+Blue) = 50+100+59=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 100 (39.45% from 255 or 47.85% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 100 - color contains mainly: green. Hex color #32643B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32643B is #CD9BC4. Grayscale: #505050. Windows color (decimal): -13474757 or 3892274. OLE color: 3892274.
HSL color Cylindrical-coordinate representation of color #32643B: hue angle of 130.8º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #32643B is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 100 | 59 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.61 |
| HSL | 130.8º | 0.33% | 0.29% | - |
| HSV(B) | 130.8º | 0.5% | 0.39% | - |
| XYZ | 6.66 | 10.11 | 5.74 | - |
| YUV | 80.38 | 115.94 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 59 | 0.50 | 0 | 0.41 | 0.61 | 130.8 | 0.33 | 0.29 |
| Hex | 32 | 64 | 3B | 32 | 0 | 29 | 3D | 83 | 21 | 1D |
| Octal | 62 | 144 | 73 | 62 | 0 | 51 | 75 | 203 | 41 | 35 |
| Binary | 110010 | 1100100 | 111011 | 110010 | 0 | 101001 | 111101 | 10000011 | 100001 | 11101 |
Color Harmonies of #32643B
Complementary color
Monochromatic Colors of #32643B
Black with #32643B
Text Example
Text Example
White with #32643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32643B; }
p { color: rgb(50,100,59); }
H1.HeaderClassName
{
color: #32643B;
}
.AnyTagClassName
{
color: #32643B;
}
</style>
background-color css
<style>
a { background-color: #32643B; }
a { background-color: rgb(50,100,59); }
div.DivClassName
{
background-color: #32643B;
}
.BgClassName
{
background-color: #32643B;
}
</style>
border-color css
<style>
span { border-color: #32643B; }
span { border-color: rgb(50,100,59); }
td.TdClassName
{
border-color: #32643B;
}
.TagClassName
{
border-color: #32643B;
}
</style>