Shades of Turtle Green #404008
Tints of Turtle Green #404008
RGB
CMYK
RGB Variations
Color information
#404008 (or 0x404008) is known color: Turtle Green. HEX triplet: 40, 40 and 08. RGB value is (64,64,8). Sum of RGB (Red+Green+Blue) = 64+64+8=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404008 is #BFBFF7. Grayscale: #393939. Windows color (decimal): -12566520 or 540736. OLE color: 540736.
HSL color Cylindrical-coordinate representation of color #404008: hue angle of 60º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #404008 is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 64 | 8 | - |
| CMYK | 0 | 0 | 0.87 | 0.75 |
| HSL | 60º | 0.78% | 0.14% | - |
| HSV(B) | 60º | 0.88% | 0.25% | - |
| XYZ | 3.99 | 4.77 | 0.94 | - |
| YUV | 57.62 | 100 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 8 | 0 | 0 | 0.87 | 0.75 | 60 | 0.78 | 0.14 |
| Hex | 40 | 40 | 8 | 0 | 0 | 57 | 4B | 3C | 4E | E |
| Octal | 100 | 100 | 10 | 0 | 0 | 127 | 113 | 74 | 116 | 16 |
| Binary | 1000000 | 1000000 | 1000 | 0 | 0 | 1010111 | 1001011 | 111100 | 1001110 | 1110 |
Color Harmonies of #404008
Complementary color
Monochromatic Colors of #404008
Black with #404008
Text Example
Text Example
White with #404008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404008; }
p { color: rgb(64,64,8); }
H1.HeaderClassName
{
color: #404008;
}
.AnyTagClassName
{
color: #404008;
}
</style>
background-color css
<style>
a { background-color: #404008; }
a { background-color: rgb(64,64,8); }
div.DivClassName
{
background-color: #404008;
}
.BgClassName
{
background-color: #404008;
}
</style>
border-color css
<style>
span { border-color: #404008; }
span { border-color: rgb(64,64,8); }
td.TdClassName
{
border-color: #404008;
}
.TagClassName
{
border-color: #404008;
}
</style>