Shades of Turtle Green #364004
Tints of Turtle Green #364004
RGB
CMYK
RGB Variations
Color information
#364004 (or 0x364004) is known color: Turtle Green. HEX triplet: 36, 40 and 04. RGB value is (54,64,4). Sum of RGB (Red+Green+Blue) = 54+64+4=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #364004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364004 is #C9BFFB. Grayscale: #363636. Windows color (decimal): -13221884 or 278582. OLE color: 278582.
HSL color Cylindrical-coordinate representation of color #364004: hue angle of 70º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #364004 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 64 | 4 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.75 |
| HSL | 70º | 0.88% | 0.13% | - |
| HSV(B) | 70º | 0.94% | 0.25% | - |
| XYZ | 3.38 | 4.46 | 0.8 | - |
| YUV | 54.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 4 | 0.16 | 0 | 0.94 | 0.75 | 70 | 0.88 | 0.13 |
| Hex | 36 | 40 | 4 | 10 | 0 | 5E | 4B | 46 | 58 | D |
| Octal | 66 | 100 | 4 | 20 | 0 | 136 | 113 | 106 | 130 | 15 |
| Binary | 110110 | 1000000 | 100 | 10000 | 0 | 1011110 | 1001011 | 1000110 | 1011000 | 1101 |
Color Harmonies of #364004
Complementary color
Monochromatic Colors of #364004
Black with #364004
Text Example
Text Example
White with #364004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364004; }
p { color: rgb(54,64,4); }
H1.HeaderClassName
{
color: #364004;
}
.AnyTagClassName
{
color: #364004;
}
</style>
background-color css
<style>
a { background-color: #364004; }
a { background-color: rgb(54,64,4); }
div.DivClassName
{
background-color: #364004;
}
.BgClassName
{
background-color: #364004;
}
</style>
border-color css
<style>
span { border-color: #364004; }
span { border-color: rgb(54,64,4); }
td.TdClassName
{
border-color: #364004;
}
.TagClassName
{
border-color: #364004;
}
</style>