Shades of Hunter Green #366A3D
Tints of Hunter Green #366A3D
RGB
CMYK
RGB Variations
Color information
#366A3D (or 0x366A3D) is known color: Hunter Green. HEX triplet: 36, 6A and 3D. RGB value is (54,106,61). Sum of RGB (Red+Green+Blue) = 54+106+61=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 106 (41.80% from 255 or 47.96% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 106 - color contains mainly: green. Hex color #366A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366A3D is #C995C2. Grayscale: #555555. Windows color (decimal): -13211075 or 4024886. OLE color: 4024886.
HSL color Cylindrical-coordinate representation of color #366A3D: hue angle of 128.08º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #366A3D is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 106 | 61 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.58 |
| HSL | 128.08º | 0.33% | 0.31% | - |
| HSV(B) | 128.08º | 0.49% | 0.42% | - |
| XYZ | 7.52 | 11.43 | 6.22 | - |
| YUV | 85.32 | 114.27 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 106 | 61 | 0.49 | 0 | 0.42 | 0.58 | 128.08 | 0.33 | 0.31 |
| Hex | 36 | 6A | 3D | 31 | 0 | 2A | 3A | 80 | 20 | 1F |
| Octal | 66 | 152 | 75 | 61 | 0 | 52 | 72 | 200 | 40 | 37 |
| Binary | 110110 | 1101010 | 111101 | 110001 | 0 | 101010 | 111010 | 10000000 | 100000 | 11111 |
Color Harmonies of #366A3D
Complementary color
Monochromatic Colors of #366A3D
Black with #366A3D
Text Example
Text Example
White with #366A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366A3D; }
p { color: rgb(54,106,61); }
H1.HeaderClassName
{
color: #366A3D;
}
.AnyTagClassName
{
color: #366A3D;
}
</style>
background-color css
<style>
a { background-color: #366A3D; }
a { background-color: rgb(54,106,61); }
div.DivClassName
{
background-color: #366A3D;
}
.BgClassName
{
background-color: #366A3D;
}
</style>
border-color css
<style>
span { border-color: #366A3D; }
span { border-color: rgb(54,106,61); }
td.TdClassName
{
border-color: #366A3D;
}
.TagClassName
{
border-color: #366A3D;
}
</style>