Shades of Hunter Green #36543A
Tints of Hunter Green #36543A
RGB
CMYK
RGB Variations
Color information
#36543A (or 0x36543A) is known color: Hunter Green. HEX triplet: 36, 54 and 3A. RGB value is (54,84,58). Sum of RGB (Red+Green+Blue) = 54+84+58=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 84 - color contains mainly: green. Hex color #36543A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36543A is #C9ABC5. Grayscale: #484848. Windows color (decimal): -13216710 or 3822646. OLE color: 3822646.
HSL color Cylindrical-coordinate representation of color #36543A: hue angle of 128º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #36543A is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 84 | 58 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.67 |
| HSL | 128º | 0.22% | 0.27% | - |
| HSV(B) | 128º | 0.36% | 0.33% | - |
| XYZ | 5.46 | 7.43 | 5.15 | - |
| YUV | 72.07 | 120.06 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 84 | 58 | 0.36 | 0 | 0.31 | 0.67 | 128 | 0.22 | 0.27 |
| Hex | 36 | 54 | 3A | 24 | 0 | 1F | 43 | 80 | 16 | 1B |
| Octal | 66 | 124 | 72 | 44 | 0 | 37 | 103 | 200 | 26 | 33 |
| Binary | 110110 | 1010100 | 111010 | 100100 | 0 | 11111 | 1000011 | 10000000 | 10110 | 11011 |
Color Harmonies of #36543A
Complementary color
Monochromatic Colors of #36543A
Black with #36543A
Text Example
Text Example
White with #36543A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36543A; }
p { color: rgb(54,84,58); }
H1.HeaderClassName
{
color: #36543A;
}
.AnyTagClassName
{
color: #36543A;
}
</style>
background-color css
<style>
a { background-color: #36543A; }
a { background-color: rgb(54,84,58); }
div.DivClassName
{
background-color: #36543A;
}
.BgClassName
{
background-color: #36543A;
}
</style>
border-color css
<style>
span { border-color: #36543A; }
span { border-color: rgb(54,84,58); }
td.TdClassName
{
border-color: #36543A;
}
.TagClassName
{
border-color: #36543A;
}
</style>