Shades of Turtle Green #404112
Tints of Turtle Green #404112
RGB
CMYK
RGB Variations
Color information
#404112 (or 0x404112) is known color: Turtle Green. HEX triplet: 40, 41 and 12. RGB value is (64,65,18). Sum of RGB (Red+Green+Blue) = 64+65+18=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #404112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404112 is #BFBEED. Grayscale: #3B3B3B. Windows color (decimal): -12566254 or 1196352. OLE color: 1196352.
HSL color Cylindrical-coordinate representation of color #404112: hue angle of 61.28º degrees, saturation: 0.57, 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 #404112 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 65 | 18 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.75 |
| HSL | 61.28º | 0.57% | 0.16% | - |
| HSV(B) | 61.28º | 0.72% | 0.25% | - |
| XYZ | 4.11 | 4.91 | 1.3 | - |
| YUV | 59.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 18 | 0.02 | 0 | 0.72 | 0.75 | 61.28 | 0.57 | 0.16 |
| Hex | 40 | 41 | 12 | 2 | 0 | 48 | 4B | 3D | 39 | 10 |
| Octal | 100 | 101 | 22 | 2 | 0 | 110 | 113 | 75 | 71 | 20 |
| Binary | 1000000 | 1000001 | 10010 | 10 | 0 | 1001000 | 1001011 | 111101 | 111001 | 10000 |
Color Harmonies of #404112
Complementary color
Monochromatic Colors of #404112
Black with #404112
Text Example
Text Example
White with #404112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404112; }
p { color: rgb(64,65,18); }
H1.HeaderClassName
{
color: #404112;
}
.AnyTagClassName
{
color: #404112;
}
</style>
background-color css
<style>
a { background-color: #404112; }
a { background-color: rgb(64,65,18); }
div.DivClassName
{
background-color: #404112;
}
.BgClassName
{
background-color: #404112;
}
</style>
border-color css
<style>
span { border-color: #404112; }
span { border-color: rgb(64,65,18); }
td.TdClassName
{
border-color: #404112;
}
.TagClassName
{
border-color: #404112;
}
</style>