Shades of Hunter Green #32633B
Tints of Hunter Green #32633B
RGB
CMYK
RGB Variations
Color information
#32633B (or 0x32633B) is known color: Hunter Green. HEX triplet: 32, 63 and 3B. RGB value is (50,99,59). Sum of RGB (Red+Green+Blue) = 50+99+59=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 99 - color contains mainly: green. Hex color #32633B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32633B is #CD9CC4. Grayscale: #4F4F4F. Windows color (decimal): -13475013 or 3892018. OLE color: 3892018.
HSL color Cylindrical-coordinate representation of color #32633B: hue angle of 131.02º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #32633B is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 99 | 59 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.61 |
| HSL | 131.02º | 0.33% | 0.29% | - |
| HSV(B) | 131.02º | 0.49% | 0.39% | - |
| XYZ | 6.57 | 9.92 | 5.71 | - |
| YUV | 79.79 | 116.27 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 99 | 59 | 0.49 | 0 | 0.40 | 0.61 | 131.02 | 0.33 | 0.29 |
| Hex | 32 | 63 | 3B | 31 | 0 | 28 | 3D | 83 | 21 | 1D |
| Octal | 62 | 143 | 73 | 61 | 0 | 50 | 75 | 203 | 41 | 35 |
| Binary | 110010 | 1100011 | 111011 | 110001 | 0 | 101000 | 111101 | 10000011 | 100001 | 11101 |
Color Harmonies of #32633B
Complementary color
Monochromatic Colors of #32633B
Black with #32633B
Text Example
Text Example
White with #32633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32633B; }
p { color: rgb(50,99,59); }
H1.HeaderClassName
{
color: #32633B;
}
.AnyTagClassName
{
color: #32633B;
}
</style>
background-color css
<style>
a { background-color: #32633B; }
a { background-color: rgb(50,99,59); }
div.DivClassName
{
background-color: #32633B;
}
.BgClassName
{
background-color: #32633B;
}
</style>
border-color css
<style>
span { border-color: #32633B; }
span { border-color: rgb(50,99,59); }
td.TdClassName
{
border-color: #32633B;
}
.TagClassName
{
border-color: #32633B;
}
</style>