Shades of Turtle Green #40410D
Tints of Turtle Green #40410D
RGB
CMYK
RGB Variations
Color information
#40410D (or 0x40410D) is known color: Turtle Green. HEX triplet: 40, 41 and 0D. RGB value is (64,65,13). Sum of RGB (Red+Green+Blue) = 64+65+13=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #40410D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40410D is #BFBEF2. Grayscale: #3A3A3A. Windows color (decimal): -12566259 or 868672. OLE color: 868672.
HSL color Cylindrical-coordinate representation of color #40410D: hue angle of 61.15º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40410D is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 65 | 13 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.75 |
| HSL | 61.15º | 0.67% | 0.15% | - |
| HSV(B) | 61.15º | 0.8% | 0.25% | - |
| XYZ | 4.08 | 4.9 | 1.11 | - |
| YUV | 58.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 13 | 0.02 | 0 | 0.80 | 0.75 | 61.15 | 0.67 | 0.15 |
| Hex | 40 | 41 | D | 2 | 0 | 50 | 4B | 3D | 43 | F |
| Octal | 100 | 101 | 15 | 2 | 0 | 120 | 113 | 75 | 103 | 17 |
| Binary | 1000000 | 1000001 | 1101 | 10 | 0 | 1010000 | 1001011 | 111101 | 1000011 | 1111 |
Color Harmonies of #40410D
Complementary color
Monochromatic Colors of #40410D
Black with #40410D
Text Example
Text Example
White with #40410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40410D; }
p { color: rgb(64,65,13); }
H1.HeaderClassName
{
color: #40410D;
}
.AnyTagClassName
{
color: #40410D;
}
</style>
background-color css
<style>
a { background-color: #40410D; }
a { background-color: rgb(64,65,13); }
div.DivClassName
{
background-color: #40410D;
}
.BgClassName
{
background-color: #40410D;
}
</style>
border-color css
<style>
span { border-color: #40410D; }
span { border-color: rgb(64,65,13); }
td.TdClassName
{
border-color: #40410D;
}
.TagClassName
{
border-color: #40410D;
}
</style>