Shades of Hunter Green #36683F
Tints of Hunter Green #36683F
RGB
CMYK
RGB Variations
Color information
#36683F (or 0x36683F) is known color: Hunter Green. HEX triplet: 36, 68 and 3F. RGB value is (54,104,63). Sum of RGB (Red+Green+Blue) = 54+104+63=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 104 - color contains mainly: green. Hex color #36683F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36683F is #C997C0. Grayscale: #545454. Windows color (decimal): -13211585 or 4155446. OLE color: 4155446.
HSL color Cylindrical-coordinate representation of color #36683F: hue angle of 130.8º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36683F is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 54 | 104 | 63 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.59 |
| HSL | 130.8º | 0.32% | 0.31% | - |
| HSV(B) | 130.8º | 0.48% | 0.41% | - |
| XYZ | 7.37 | 11.04 | 6.45 | - |
| YUV | 84.38 | 115.94 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 104 | 63 | 0.48 | 0 | 0.39 | 0.59 | 130.8 | 0.32 | 0.31 |
| Hex | 36 | 68 | 3F | 30 | 0 | 27 | 3B | 83 | 20 | 1F |
| Octal | 66 | 150 | 77 | 60 | 0 | 47 | 73 | 203 | 40 | 37 |
| Binary | 110110 | 1101000 | 111111 | 110000 | 0 | 100111 | 111011 | 10000011 | 100000 | 11111 |
Color Harmonies of #36683F
Complementary color
Monochromatic Colors of #36683F
Black with #36683F
Text Example
Text Example
White with #36683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36683F; }
p { color: rgb(54,104,63); }
H1.HeaderClassName
{
color: #36683F;
}
.AnyTagClassName
{
color: #36683F;
}
</style>
background-color css
<style>
a { background-color: #36683F; }
a { background-color: rgb(54,104,63); }
div.DivClassName
{
background-color: #36683F;
}
.BgClassName
{
background-color: #36683F;
}
</style>
border-color css
<style>
span { border-color: #36683F; }
span { border-color: rgb(54,104,63); }
td.TdClassName
{
border-color: #36683F;
}
.TagClassName
{
border-color: #36683F;
}
</style>