Shades of Turtle Green #364205
Tints of Turtle Green #364205
RGB
CMYK
RGB Variations
Color information
#364205 (or 0x364205) is known color: Turtle Green. HEX triplet: 36, 42 and 05. RGB value is (54,66,5). Sum of RGB (Red+Green+Blue) = 54+66+5=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 66 (26.17% from 255 or 52.8% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 66 - color contains mainly: green. Hex color #364205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364205 is #C9BDFA. Grayscale: #373737. Windows color (decimal): -13221371 or 344630. OLE color: 344630.
HSL color Cylindrical-coordinate representation of color #364205: hue angle of 71.8º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #364205 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 66 | 5 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.74 |
| HSL | 71.8º | 0.86% | 0.14% | - |
| HSV(B) | 71.8º | 0.92% | 0.26% | - |
| XYZ | 3.5 | 4.69 | 0.86 | - |
| YUV | 55.46 | 99.52 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 66 | 5 | 0.18 | 0 | 0.92 | 0.74 | 71.8 | 0.86 | 0.14 |
| Hex | 36 | 42 | 5 | 12 | 0 | 5C | 4A | 48 | 56 | E |
| Octal | 66 | 102 | 5 | 22 | 0 | 134 | 112 | 110 | 126 | 16 |
| Binary | 110110 | 1000010 | 101 | 10010 | 0 | 1011100 | 1001010 | 1001000 | 1010110 | 1110 |
Color Harmonies of #364205
Complementary color
Monochromatic Colors of #364205
Black with #364205
Text Example
Text Example
White with #364205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364205; }
p { color: rgb(54,66,5); }
H1.HeaderClassName
{
color: #364205;
}
.AnyTagClassName
{
color: #364205;
}
</style>
background-color css
<style>
a { background-color: #364205; }
a { background-color: rgb(54,66,5); }
div.DivClassName
{
background-color: #364205;
}
.BgClassName
{
background-color: #364205;
}
</style>
border-color css
<style>
span { border-color: #364205; }
span { border-color: rgb(54,66,5); }
td.TdClassName
{
border-color: #364205;
}
.TagClassName
{
border-color: #364205;
}
</style>