Shades of Hunter Green #356543
Tints of Hunter Green #356543
RGB
CMYK
RGB Variations
Color information
#356543 (or 0x356543) is known color: Hunter Green. HEX triplet: 35, 65 and 43. RGB value is (53,101,67). Sum of RGB (Red+Green+Blue) = 53+101+67=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 67 (26.56% from 255 or 30.32% from 221); Max value from RGB is 101 - color contains mainly: green. Hex color #356543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356543 is #CA9ABC. Grayscale: #525252. Windows color (decimal): -13277885 or 4416821. OLE color: 4416821.
HSL color Cylindrical-coordinate representation of color #356543: hue angle of 137.5º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #356543 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 101 | 67 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.60 |
| HSL | 137.5º | 0.31% | 0.3% | - |
| HSV(B) | 137.5º | 0.48% | 0.4% | - |
| XYZ | 7.13 | 10.47 | 6.95 | - |
| YUV | 82.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 67 | 0.48 | 0 | 0.34 | 0.60 | 137.5 | 0.31 | 0.3 |
| Hex | 35 | 65 | 43 | 30 | 0 | 22 | 3C | 8A | 1F | 1E |
| Octal | 65 | 145 | 103 | 60 | 0 | 42 | 74 | 212 | 37 | 36 |
| Binary | 110101 | 1100101 | 1000011 | 110000 | 0 | 100010 | 111100 | 10001010 | 11111 | 11110 |
Color Harmonies of #356543
Complementary color
Monochromatic Colors of #356543
Black with #356543
Text Example
Text Example
White with #356543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356543; }
p { color: rgb(53,101,67); }
H1.HeaderClassName
{
color: #356543;
}
.AnyTagClassName
{
color: #356543;
}
</style>
background-color css
<style>
a { background-color: #356543; }
a { background-color: rgb(53,101,67); }
div.DivClassName
{
background-color: #356543;
}
.BgClassName
{
background-color: #356543;
}
</style>
border-color css
<style>
span { border-color: #356543; }
span { border-color: rgb(53,101,67); }
td.TdClassName
{
border-color: #356543;
}
.TagClassName
{
border-color: #356543;
}
</style>