Shades of Turtle Green #364005
Tints of Turtle Green #364005
RGB
CMYK
RGB Variations
Color information
#364005 (or 0x364005) is known color: Turtle Green. HEX triplet: 36, 40 and 05. RGB value is (54,64,5). Sum of RGB (Red+Green+Blue) = 54+64+5=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #364005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364005 is #C9BFFA. Grayscale: #363636. Windows color (decimal): -13221883 or 344118. OLE color: 344118.
HSL color Cylindrical-coordinate representation of color #364005: hue angle of 70.17º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #364005 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 64 | 5 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.75 |
| HSL | 70.17º | 0.86% | 0.14% | - |
| HSV(B) | 70.17º | 0.92% | 0.25% | - |
| XYZ | 3.38 | 4.46 | 0.83 | - |
| YUV | 54.28 | 100.19 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 5 | 0.16 | 0 | 0.92 | 0.75 | 70.17 | 0.86 | 0.14 |
| Hex | 36 | 40 | 5 | 10 | 0 | 5C | 4B | 46 | 56 | E |
| Octal | 66 | 100 | 5 | 20 | 0 | 134 | 113 | 106 | 126 | 16 |
| Binary | 110110 | 1000000 | 101 | 10000 | 0 | 1011100 | 1001011 | 1000110 | 1010110 | 1110 |
Color Harmonies of #364005
Complementary color
Monochromatic Colors of #364005
Black with #364005
Text Example
Text Example
White with #364005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364005; }
p { color: rgb(54,64,5); }
H1.HeaderClassName
{
color: #364005;
}
.AnyTagClassName
{
color: #364005;
}
</style>
background-color css
<style>
a { background-color: #364005; }
a { background-color: rgb(54,64,5); }
div.DivClassName
{
background-color: #364005;
}
.BgClassName
{
background-color: #364005;
}
</style>
border-color css
<style>
span { border-color: #364005; }
span { border-color: rgb(54,64,5); }
td.TdClassName
{
border-color: #364005;
}
.TagClassName
{
border-color: #364005;
}
</style>