Shades of Hunter Green #365F3C
Tints of Hunter Green #365F3C
RGB
CMYK
RGB Variations
Color information
#365F3C (or 0x365F3C) is known color: Hunter Green. HEX triplet: 36, 5F and 3C. RGB value is (54,95,60). Sum of RGB (Red+Green+Blue) = 54+95+60=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 95 - color contains mainly: green. Hex color #365F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365F3C is #C9A0C3. Grayscale: #4E4E4E. Windows color (decimal): -13213892 or 3956534. OLE color: 3956534.
HSL color Cylindrical-coordinate representation of color #365F3C: hue angle of 128.78º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #365F3C is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 54 | 95 | 60 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.63 |
| HSL | 128.78º | 0.28% | 0.29% | - |
| HSV(B) | 128.78º | 0.43% | 0.37% | - |
| XYZ | 6.43 | 9.29 | 5.73 | - |
| YUV | 78.75 | 117.42 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 95 | 60 | 0.43 | 0 | 0.37 | 0.63 | 128.78 | 0.28 | 0.29 |
| Hex | 36 | 5F | 3C | 2B | 0 | 25 | 3F | 81 | 1C | 1D |
| Octal | 66 | 137 | 74 | 53 | 0 | 45 | 77 | 201 | 34 | 35 |
| Binary | 110110 | 1011111 | 111100 | 101011 | 0 | 100101 | 111111 | 10000001 | 11100 | 11101 |
Color Harmonies of #365F3C
Complementary color
Monochromatic Colors of #365F3C
Black with #365F3C
Text Example
Text Example
White with #365F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365F3C; }
p { color: rgb(54,95,60); }
H1.HeaderClassName
{
color: #365F3C;
}
.AnyTagClassName
{
color: #365F3C;
}
</style>
background-color css
<style>
a { background-color: #365F3C; }
a { background-color: rgb(54,95,60); }
div.DivClassName
{
background-color: #365F3C;
}
.BgClassName
{
background-color: #365F3C;
}
</style>
border-color css
<style>
span { border-color: #365F3C; }
span { border-color: rgb(54,95,60); }
td.TdClassName
{
border-color: #365F3C;
}
.TagClassName
{
border-color: #365F3C;
}
</style>