Shades of Turtle Green #404004
Tints of Turtle Green #404004
RGB
CMYK
RGB Variations
Color information
#404004 (or 0x404004) is known color: Turtle Green. HEX triplet: 40, 40 and 04. RGB value is (64,64,4). Sum of RGB (Red+Green+Blue) = 64+64+4=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404004 is #BFBFFB. Grayscale: #393939. Windows color (decimal): -12566524 or 278592. OLE color: 278592.
HSL color Cylindrical-coordinate representation of color #404004: hue angle of 60º 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 #404004 is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 64 | 4 | - |
| CMYK | 0 | 0 | 0.94 | 0.75 |
| HSL | 60º | 0.88% | 0.13% | - |
| HSV(B) | 60º | 0.94% | 0.25% | - |
| XYZ | 3.97 | 4.77 | 0.83 | - |
| YUV | 57.16 | 98 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 4 | 0 | 0 | 0.94 | 0.75 | 60 | 0.88 | 0.13 |
| Hex | 40 | 40 | 4 | 0 | 0 | 5E | 4B | 3C | 58 | D |
| Octal | 100 | 100 | 4 | 0 | 0 | 136 | 113 | 74 | 130 | 15 |
| Binary | 1000000 | 1000000 | 100 | 0 | 0 | 1011110 | 1001011 | 111100 | 1011000 | 1101 |
Color Harmonies of #404004
Complementary color
Monochromatic Colors of #404004
Black with #404004
Text Example
Text Example
White with #404004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404004; }
p { color: rgb(64,64,4); }
H1.HeaderClassName
{
color: #404004;
}
.AnyTagClassName
{
color: #404004;
}
</style>
background-color css
<style>
a { background-color: #404004; }
a { background-color: rgb(64,64,4); }
div.DivClassName
{
background-color: #404004;
}
.BgClassName
{
background-color: #404004;
}
</style>
border-color css
<style>
span { border-color: #404004; }
span { border-color: rgb(64,64,4); }
td.TdClassName
{
border-color: #404004;
}
.TagClassName
{
border-color: #404004;
}
</style>