Shades of Hunter Green #32643C
Tints of Hunter Green #32643C
RGB
CMYK
RGB Variations
Color information
#32643C (or 0x32643C) is known color: Hunter Green. HEX triplet: 32, 64 and 3C. RGB value is (50,100,60). Sum of RGB (Red+Green+Blue) = 50+100+60=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 100 (39.45% from 255 or 47.62% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 100 - color contains mainly: green. Hex color #32643C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32643C is #CD9BC3. Grayscale: #505050. Windows color (decimal): -13474756 or 3957810. OLE color: 3957810.
HSL color Cylindrical-coordinate representation of color #32643C: hue angle of 132º 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 #32643C is Cyan = 0.50, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 100 | 60 | - |
| CMYK | 0.50 | 0 | 0.4 | 0.61 |
| HSL | 132º | 0.33% | 0.29% | - |
| HSV(B) | 132º | 0.5% | 0.39% | - |
| XYZ | 6.69 | 10.12 | 5.88 | - |
| YUV | 80.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 60 | 0.50 | 0 | 0.4 | 0.61 | 132 | 0.33 | 0.29 |
| Hex | 32 | 64 | 3C | 32 | 0 | 28 | 3D | 84 | 21 | 1D |
| Octal | 62 | 144 | 74 | 62 | 0 | 50 | 75 | 204 | 41 | 35 |
| Binary | 110010 | 1100100 | 111100 | 110010 | 0 | 101000 | 111101 | 10000100 | 100001 | 11101 |
Color Harmonies of #32643C
Complementary color
Monochromatic Colors of #32643C
Black with #32643C
Text Example
Text Example
White with #32643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32643C; }
p { color: rgb(50,100,60); }
H1.HeaderClassName
{
color: #32643C;
}
.AnyTagClassName
{
color: #32643C;
}
</style>
background-color css
<style>
a { background-color: #32643C; }
a { background-color: rgb(50,100,60); }
div.DivClassName
{
background-color: #32643C;
}
.BgClassName
{
background-color: #32643C;
}
</style>
border-color css
<style>
span { border-color: #32643C; }
span { border-color: rgb(50,100,60); }
td.TdClassName
{
border-color: #32643C;
}
.TagClassName
{
border-color: #32643C;
}
</style>