Shades of Hunter Green #32643D
Tints of Hunter Green #32643D
RGB
CMYK
RGB Variations
Color information
#32643D (or 0x32643D) is known color: Hunter Green. HEX triplet: 32, 64 and 3D. RGB value is (50,100,61). Sum of RGB (Red+Green+Blue) = 50+100+61=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 100 - color contains mainly: green. Hex color #32643D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32643D is #CD9BC2. Grayscale: #505050. Windows color (decimal): -13474755 or 4023346. OLE color: 4023346.
HSL color Cylindrical-coordinate representation of color #32643D: hue angle of 133.2º 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 #32643D is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 100 | 61 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.61 |
| HSL | 133.2º | 0.33% | 0.29% | - |
| HSV(B) | 133.2º | 0.5% | 0.39% | - |
| XYZ | 6.71 | 10.13 | 6.02 | - |
| YUV | 80.6 | 116.94 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 61 | 0.50 | 0 | 0.39 | 0.61 | 133.2 | 0.33 | 0.29 |
| Hex | 32 | 64 | 3D | 32 | 0 | 27 | 3D | 85 | 21 | 1D |
| Octal | 62 | 144 | 75 | 62 | 0 | 47 | 75 | 205 | 41 | 35 |
| Binary | 110010 | 1100100 | 111101 | 110010 | 0 | 100111 | 111101 | 10000101 | 100001 | 11101 |
Color Harmonies of #32643D
Complementary color
Monochromatic Colors of #32643D
Black with #32643D
Text Example
Text Example
White with #32643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32643D; }
p { color: rgb(50,100,61); }
H1.HeaderClassName
{
color: #32643D;
}
.AnyTagClassName
{
color: #32643D;
}
</style>
background-color css
<style>
a { background-color: #32643D; }
a { background-color: rgb(50,100,61); }
div.DivClassName
{
background-color: #32643D;
}
.BgClassName
{
background-color: #32643D;
}
</style>
border-color css
<style>
span { border-color: #32643D; }
span { border-color: rgb(50,100,61); }
td.TdClassName
{
border-color: #32643D;
}
.TagClassName
{
border-color: #32643D;
}
</style>