Shades of Turtle Green #404212
Tints of Turtle Green #404212
RGB
CMYK
RGB Variations
Color information
#404212 (or 0x404212) is known color: Turtle Green. HEX triplet: 40, 42 and 12. RGB value is (64,66,18). Sum of RGB (Red+Green+Blue) = 64+66+18=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 66 - color contains mainly: green. Hex color #404212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404212 is #BFBDED. Grayscale: #3C3C3C. Windows color (decimal): -12565998 or 1196608. OLE color: 1196608.
HSL color Cylindrical-coordinate representation of color #404212: hue angle of 62.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #404212 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 66 | 18 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.74 |
| HSL | 62.5º | 0.57% | 0.16% | - |
| HSV(B) | 62.5º | 0.73% | 0.26% | - |
| XYZ | 4.17 | 5.03 | 1.32 | - |
| YUV | 59.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 18 | 0.03 | 0 | 0.73 | 0.74 | 62.5 | 0.57 | 0.16 |
| Hex | 40 | 42 | 12 | 3 | 0 | 49 | 4A | 3F | 39 | 10 |
| Octal | 100 | 102 | 22 | 3 | 0 | 111 | 112 | 77 | 71 | 20 |
| Binary | 1000000 | 1000010 | 10010 | 11 | 0 | 1001001 | 1001010 | 111111 | 111001 | 10000 |
Color Harmonies of #404212
Complementary color
Monochromatic Colors of #404212
Black with #404212
Text Example
Text Example
White with #404212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404212; }
p { color: rgb(64,66,18); }
H1.HeaderClassName
{
color: #404212;
}
.AnyTagClassName
{
color: #404212;
}
</style>
background-color css
<style>
a { background-color: #404212; }
a { background-color: rgb(64,66,18); }
div.DivClassName
{
background-color: #404212;
}
.BgClassName
{
background-color: #404212;
}
</style>
border-color css
<style>
span { border-color: #404212; }
span { border-color: rgb(64,66,18); }
td.TdClassName
{
border-color: #404212;
}
.TagClassName
{
border-color: #404212;
}
</style>