Shades of Turtle Green #40410B
Tints of Turtle Green #40410B
RGB
CMYK
RGB Variations
Color information
#40410B (or 0x40410B) is known color: Turtle Green. HEX triplet: 40, 41 and 0B. RGB value is (64,65,11). Sum of RGB (Red+Green+Blue) = 64+65+11=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #40410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40410B is #BFBEF4. Grayscale: #3A3A3A. Windows color (decimal): -12566261 or 737600. OLE color: 737600.
HSL color Cylindrical-coordinate representation of color #40410B: hue angle of 61.11º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40410B is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 65 | 11 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.75 |
| HSL | 61.11º | 0.71% | 0.15% | - |
| HSV(B) | 61.11º | 0.83% | 0.25% | - |
| XYZ | 4.07 | 4.89 | 1.05 | - |
| YUV | 58.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 11 | 0.02 | 0 | 0.83 | 0.75 | 61.11 | 0.71 | 0.15 |
| Hex | 40 | 41 | B | 2 | 0 | 53 | 4B | 3D | 47 | F |
| Octal | 100 | 101 | 13 | 2 | 0 | 123 | 113 | 75 | 107 | 17 |
| Binary | 1000000 | 1000001 | 1011 | 10 | 0 | 1010011 | 1001011 | 111101 | 1000111 | 1111 |
Color Harmonies of #40410B
Complementary color
Monochromatic Colors of #40410B
Black with #40410B
Text Example
Text Example
White with #40410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40410B; }
p { color: rgb(64,65,11); }
H1.HeaderClassName
{
color: #40410B;
}
.AnyTagClassName
{
color: #40410B;
}
</style>
background-color css
<style>
a { background-color: #40410B; }
a { background-color: rgb(64,65,11); }
div.DivClassName
{
background-color: #40410B;
}
.BgClassName
{
background-color: #40410B;
}
</style>
border-color css
<style>
span { border-color: #40410B; }
span { border-color: rgb(64,65,11); }
td.TdClassName
{
border-color: #40410B;
}
.TagClassName
{
border-color: #40410B;
}
</style>