Shades of Turtle Green #404012
Tints of Turtle Green #404012
RGB
CMYK
RGB Variations
Color information
#404012 (or 0x404012) is known color: Turtle Green. HEX triplet: 40, 40 and 12. RGB value is (64,64,18). Sum of RGB (Red+Green+Blue) = 64+64+18=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404012 is #BFBFED. Grayscale: #3A3A3A. Windows color (decimal): -12566510 or 1196096. OLE color: 1196096.
HSL color Cylindrical-coordinate representation of color #404012: hue angle of 60º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #404012 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 64 | 18 | - |
| CMYK | 0 | 0 | 0.72 | 0.75 |
| HSL | 60º | 0.56% | 0.16% | - |
| HSV(B) | 60º | 0.72% | 0.25% | - |
| XYZ | 4.06 | 4.8 | 1.29 | - |
| YUV | 58.76 | 105 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 18 | 0 | 0 | 0.72 | 0.75 | 60 | 0.56 | 0.16 |
| Hex | 40 | 40 | 12 | 0 | 0 | 48 | 4B | 3C | 38 | 10 |
| Octal | 100 | 100 | 22 | 0 | 0 | 110 | 113 | 74 | 70 | 20 |
| Binary | 1000000 | 1000000 | 10010 | 0 | 0 | 1001000 | 1001011 | 111100 | 111000 | 10000 |
Color Harmonies of #404012
Complementary color
Monochromatic Colors of #404012
Black with #404012
Text Example
Text Example
White with #404012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404012; }
p { color: rgb(64,64,18); }
H1.HeaderClassName
{
color: #404012;
}
.AnyTagClassName
{
color: #404012;
}
</style>
background-color css
<style>
a { background-color: #404012; }
a { background-color: rgb(64,64,18); }
div.DivClassName
{
background-color: #404012;
}
.BgClassName
{
background-color: #404012;
}
</style>
border-color css
<style>
span { border-color: #404012; }
span { border-color: rgb(64,64,18); }
td.TdClassName
{
border-color: #404012;
}
.TagClassName
{
border-color: #404012;
}
</style>