Shades of Turtle Green #404116
Tints of Turtle Green #404116
RGB
CMYK
RGB Variations
Color information
#404116 (or 0x404116) is known color: Turtle Green. HEX triplet: 40, 41 and 16. RGB value is (64,65,22). Sum of RGB (Red+Green+Blue) = 64+65+22=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 65 - color contains mainly: green. Hex color #404116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404116 is #BFBEE9. Grayscale: #3B3B3B. Windows color (decimal): -12566250 or 1458496. OLE color: 1458496.
HSL color Cylindrical-coordinate representation of color #404116: hue angle of 61.4º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #404116 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 65 | 22 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.75 |
| HSL | 61.4º | 0.49% | 0.17% | - |
| HSV(B) | 61.4º | 0.66% | 0.25% | - |
| XYZ | 4.15 | 4.93 | 1.49 | - |
| YUV | 59.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 22 | 0.02 | 0 | 0.66 | 0.75 | 61.4 | 0.49 | 0.17 |
| Hex | 40 | 41 | 16 | 2 | 0 | 42 | 4B | 3D | 31 | 11 |
| Octal | 100 | 101 | 26 | 2 | 0 | 102 | 113 | 75 | 61 | 21 |
| Binary | 1000000 | 1000001 | 10110 | 10 | 0 | 1000010 | 1001011 | 111101 | 110001 | 10001 |
Color Harmonies of #404116
Complementary color
Monochromatic Colors of #404116
Black with #404116
Text Example
Text Example
White with #404116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404116; }
p { color: rgb(64,65,22); }
H1.HeaderClassName
{
color: #404116;
}
.AnyTagClassName
{
color: #404116;
}
</style>
background-color css
<style>
a { background-color: #404116; }
a { background-color: rgb(64,65,22); }
div.DivClassName
{
background-color: #404116;
}
.BgClassName
{
background-color: #404116;
}
</style>
border-color css
<style>
span { border-color: #404116; }
span { border-color: rgb(64,65,22); }
td.TdClassName
{
border-color: #404116;
}
.TagClassName
{
border-color: #404116;
}
</style>