Shades of Hunter Green #365C3D
Tints of Hunter Green #365C3D
RGB
CMYK
RGB Variations
Color information
#365C3D (or 0x365C3D) is known color: Hunter Green. HEX triplet: 36, 5C and 3D. RGB value is (54,92,61). Sum of RGB (Red+Green+Blue) = 54+92+61=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 92 - color contains mainly: green. Hex color #365C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365C3D is #C9A3C2. Grayscale: #4D4D4D. Windows color (decimal): -13214659 or 4021302. OLE color: 4021302.
HSL color Cylindrical-coordinate representation of color #365C3D: hue angle of 131.05º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #365C3D is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 92 | 61 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.64 |
| HSL | 131.05º | 0.26% | 0.29% | - |
| HSV(B) | 131.05º | 0.41% | 0.36% | - |
| XYZ | 6.19 | 8.78 | 5.78 | - |
| YUV | 77.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 61 | 0.41 | 0 | 0.34 | 0.64 | 131.05 | 0.26 | 0.29 |
| Hex | 36 | 5C | 3D | 29 | 0 | 22 | 40 | 83 | 1A | 1D |
| Octal | 66 | 134 | 75 | 51 | 0 | 42 | 100 | 203 | 32 | 35 |
| Binary | 110110 | 1011100 | 111101 | 101001 | 0 | 100010 | 1000000 | 10000011 | 11010 | 11101 |
Color Harmonies of #365C3D
Complementary color
Monochromatic Colors of #365C3D
Black with #365C3D
Text Example
Text Example
White with #365C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365C3D; }
p { color: rgb(54,92,61); }
H1.HeaderClassName
{
color: #365C3D;
}
.AnyTagClassName
{
color: #365C3D;
}
</style>
background-color css
<style>
a { background-color: #365C3D; }
a { background-color: rgb(54,92,61); }
div.DivClassName
{
background-color: #365C3D;
}
.BgClassName
{
background-color: #365C3D;
}
</style>
border-color css
<style>
span { border-color: #365C3D; }
span { border-color: rgb(54,92,61); }
td.TdClassName
{
border-color: #365C3D;
}
.TagClassName
{
border-color: #365C3D;
}
</style>