Shades of Turtle Green #40410E
Tints of Turtle Green #40410E
RGB
CMYK
RGB Variations
Color information
#40410E (or 0x40410E) is known color: Turtle Green. HEX triplet: 40, 41 and 0E. RGB value is (64,65,14). Sum of RGB (Red+Green+Blue) = 64+65+14=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 65 - color contains mainly: green. Hex color #40410E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40410E is #BFBEF1. Grayscale: #3B3B3B. Windows color (decimal): -12566258 or 934208. OLE color: 934208.
HSL color Cylindrical-coordinate representation of color #40410E: hue angle of 61.18º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40410E is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 65 | 14 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.75 |
| HSL | 61.18º | 0.65% | 0.15% | - |
| HSV(B) | 61.18º | 0.78% | 0.25% | - |
| XYZ | 4.08 | 4.9 | 1.15 | - |
| YUV | 58.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 14 | 0.02 | 0 | 0.78 | 0.75 | 61.18 | 0.65 | 0.15 |
| Hex | 40 | 41 | E | 2 | 0 | 4E | 4B | 3D | 41 | F |
| Octal | 100 | 101 | 16 | 2 | 0 | 116 | 113 | 75 | 101 | 17 |
| Binary | 1000000 | 1000001 | 1110 | 10 | 0 | 1001110 | 1001011 | 111101 | 1000001 | 1111 |
Color Harmonies of #40410E
Complementary color
Monochromatic Colors of #40410E
Black with #40410E
Text Example
Text Example
White with #40410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40410E; }
p { color: rgb(64,65,14); }
H1.HeaderClassName
{
color: #40410E;
}
.AnyTagClassName
{
color: #40410E;
}
</style>
background-color css
<style>
a { background-color: #40410E; }
a { background-color: rgb(64,65,14); }
div.DivClassName
{
background-color: #40410E;
}
.BgClassName
{
background-color: #40410E;
}
</style>
border-color css
<style>
span { border-color: #40410E; }
span { border-color: rgb(64,65,14); }
td.TdClassName
{
border-color: #40410E;
}
.TagClassName
{
border-color: #40410E;
}
</style>