Shades of Turtle Green #404106
Tints of Turtle Green #404106
RGB
CMYK
RGB Variations
Color information
#404106 (or 0x404106) is known color: Turtle Green. HEX triplet: 40, 41 and 06. RGB value is (64,65,6). Sum of RGB (Red+Green+Blue) = 64+65+6=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #404106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404106 is #BFBEF9. Grayscale: #3A3A3A. Windows color (decimal): -12566266 or 409920. OLE color: 409920.
HSL color Cylindrical-coordinate representation of color #404106: hue angle of 61.02º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #404106 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 65 | 6 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.75 |
| HSL | 61.02º | 0.83% | 0.14% | - |
| HSV(B) | 61.02º | 0.91% | 0.25% | - |
| XYZ | 4.04 | 4.88 | 0.9 | - |
| YUV | 57.98 | 98.67 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 6 | 0.02 | 0 | 0.91 | 0.75 | 61.02 | 0.83 | 0.14 |
| Hex | 40 | 41 | 6 | 2 | 0 | 5B | 4B | 3D | 53 | E |
| Octal | 100 | 101 | 6 | 2 | 0 | 133 | 113 | 75 | 123 | 16 |
| Binary | 1000000 | 1000001 | 110 | 10 | 0 | 1011011 | 1001011 | 111101 | 1010011 | 1110 |
Color Harmonies of #404106
Complementary color
Monochromatic Colors of #404106
Black with #404106
Text Example
Text Example
White with #404106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404106; }
p { color: rgb(64,65,6); }
H1.HeaderClassName
{
color: #404106;
}
.AnyTagClassName
{
color: #404106;
}
</style>
background-color css
<style>
a { background-color: #404106; }
a { background-color: rgb(64,65,6); }
div.DivClassName
{
background-color: #404106;
}
.BgClassName
{
background-color: #404106;
}
</style>
border-color css
<style>
span { border-color: #404106; }
span { border-color: rgb(64,65,6); }
td.TdClassName
{
border-color: #404106;
}
.TagClassName
{
border-color: #404106;
}
</style>