Shades of Turtle Green #404011
Tints of Turtle Green #404011
RGB
CMYK
RGB Variations
Color information
#404011 (or 0x404011) is known color: Turtle Green. HEX triplet: 40, 40 and 11. RGB value is (64,64,17). Sum of RGB (Red+Green+Blue) = 64+64+17=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404011 is #BFBFEE. Grayscale: #3A3A3A. Windows color (decimal): -12566511 or 1130560. OLE color: 1130560.
HSL color Cylindrical-coordinate representation of color #404011: hue angle of 60º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #404011 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 64 | 17 | - |
| CMYK | 0 | 0 | 0.73 | 0.75 |
| HSL | 60º | 0.58% | 0.16% | - |
| HSV(B) | 60º | 0.73% | 0.25% | - |
| XYZ | 4.05 | 4.8 | 1.24 | - |
| YUV | 58.64 | 104.5 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 17 | 0 | 0 | 0.73 | 0.75 | 60 | 0.58 | 0.16 |
| Hex | 40 | 40 | 11 | 0 | 0 | 49 | 4B | 3C | 3A | 10 |
| Octal | 100 | 100 | 21 | 0 | 0 | 111 | 113 | 74 | 72 | 20 |
| Binary | 1000000 | 1000000 | 10001 | 0 | 0 | 1001001 | 1001011 | 111100 | 111010 | 10000 |
Color Harmonies of #404011
Complementary color
Monochromatic Colors of #404011
Black with #404011
Text Example
Text Example
White with #404011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404011; }
p { color: rgb(64,64,17); }
H1.HeaderClassName
{
color: #404011;
}
.AnyTagClassName
{
color: #404011;
}
</style>
background-color css
<style>
a { background-color: #404011; }
a { background-color: rgb(64,64,17); }
div.DivClassName
{
background-color: #404011;
}
.BgClassName
{
background-color: #404011;
}
</style>
border-color css
<style>
span { border-color: #404011; }
span { border-color: rgb(64,64,17); }
td.TdClassName
{
border-color: #404011;
}
.TagClassName
{
border-color: #404011;
}
</style>