Shades of Turtle Green #404009
Tints of Turtle Green #404009
RGB
CMYK
RGB Variations
Color information
#404009 (or 0x404009) is known color: Turtle Green. HEX triplet: 40, 40 and 09. RGB value is (64,64,9). Sum of RGB (Red+Green+Blue) = 64+64+9=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404009 is #BFBFF6. Grayscale: #393939. Windows color (decimal): -12566519 or 606272. OLE color: 606272.
HSL color Cylindrical-coordinate representation of color #404009: hue angle of 60º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #404009 is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 64 | 9 | - |
| CMYK | 0 | 0 | 0.86 | 0.75 |
| HSL | 60º | 0.75% | 0.14% | - |
| HSV(B) | 60º | 0.86% | 0.25% | - |
| XYZ | 4 | 4.78 | 0.97 | - |
| YUV | 57.73 | 100.5 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 9 | 0 | 0 | 0.86 | 0.75 | 60 | 0.75 | 0.14 |
| Hex | 40 | 40 | 9 | 0 | 0 | 56 | 4B | 3C | 4B | E |
| Octal | 100 | 100 | 11 | 0 | 0 | 126 | 113 | 74 | 113 | 16 |
| Binary | 1000000 | 1000000 | 1001 | 0 | 0 | 1010110 | 1001011 | 111100 | 1001011 | 1110 |
Color Harmonies of #404009
Complementary color
Monochromatic Colors of #404009
Black with #404009
Text Example
Text Example
White with #404009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404009; }
p { color: rgb(64,64,9); }
H1.HeaderClassName
{
color: #404009;
}
.AnyTagClassName
{
color: #404009;
}
</style>
background-color css
<style>
a { background-color: #404009; }
a { background-color: rgb(64,64,9); }
div.DivClassName
{
background-color: #404009;
}
.BgClassName
{
background-color: #404009;
}
</style>
border-color css
<style>
span { border-color: #404009; }
span { border-color: rgb(64,64,9); }
td.TdClassName
{
border-color: #404009;
}
.TagClassName
{
border-color: #404009;
}
</style>