Shades of Turtle Green #404113
Tints of Turtle Green #404113
RGB
CMYK
RGB Variations
Color information
#404113 (or 0x404113) is known color: Turtle Green. HEX triplet: 40, 41 and 13. RGB value is (64,65,19). Sum of RGB (Red+Green+Blue) = 64+65+19=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 65 - color contains mainly: green. Hex color #404113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404113 is #BFBEEC. Grayscale: #3B3B3B. Windows color (decimal): -12566253 or 1261888. OLE color: 1261888.
HSL color Cylindrical-coordinate representation of color #404113: hue angle of 61.3º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #404113 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 65 | 19 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.75 |
| HSL | 61.3º | 0.55% | 0.16% | - |
| HSV(B) | 61.3º | 0.71% | 0.25% | - |
| XYZ | 4.12 | 4.92 | 1.35 | - |
| YUV | 59.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 19 | 0.02 | 0 | 0.71 | 0.75 | 61.3 | 0.55 | 0.16 |
| Hex | 40 | 41 | 13 | 2 | 0 | 47 | 4B | 3D | 37 | 10 |
| Octal | 100 | 101 | 23 | 2 | 0 | 107 | 113 | 75 | 67 | 20 |
| Binary | 1000000 | 1000001 | 10011 | 10 | 0 | 1000111 | 1001011 | 111101 | 110111 | 10000 |
Color Harmonies of #404113
Complementary color
Monochromatic Colors of #404113
Black with #404113
Text Example
Text Example
White with #404113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404113; }
p { color: rgb(64,65,19); }
H1.HeaderClassName
{
color: #404113;
}
.AnyTagClassName
{
color: #404113;
}
</style>
background-color css
<style>
a { background-color: #404113; }
a { background-color: rgb(64,65,19); }
div.DivClassName
{
background-color: #404113;
}
.BgClassName
{
background-color: #404113;
}
</style>
border-color css
<style>
span { border-color: #404113; }
span { border-color: rgb(64,65,19); }
td.TdClassName
{
border-color: #404113;
}
.TagClassName
{
border-color: #404113;
}
</style>