Shades of Turtle Green #404109
Tints of Turtle Green #404109
RGB
CMYK
RGB Variations
Color information
#404109 (or 0x404109) is known color: Turtle Green. HEX triplet: 40, 41 and 09. RGB value is (64,65,9). Sum of RGB (Red+Green+Blue) = 64+65+9=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #404109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404109 is #BFBEF6. Grayscale: #3A3A3A. Windows color (decimal): -12566263 or 606528. OLE color: 606528.
HSL color Cylindrical-coordinate representation of color #404109: hue angle of 61.07º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #404109 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 65 | 9 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.75 |
| HSL | 61.07º | 0.76% | 0.15% | - |
| HSV(B) | 61.07º | 0.86% | 0.25% | - |
| XYZ | 4.05 | 4.89 | 0.99 | - |
| YUV | 58.32 | 100.17 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 9 | 0.02 | 0 | 0.86 | 0.75 | 61.07 | 0.76 | 0.15 |
| Hex | 40 | 41 | 9 | 2 | 0 | 56 | 4B | 3D | 4C | F |
| Octal | 100 | 101 | 11 | 2 | 0 | 126 | 113 | 75 | 114 | 17 |
| Binary | 1000000 | 1000001 | 1001 | 10 | 0 | 1010110 | 1001011 | 111101 | 1001100 | 1111 |
Color Harmonies of #404109
Complementary color
Monochromatic Colors of #404109
Black with #404109
Text Example
Text Example
White with #404109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404109; }
p { color: rgb(64,65,9); }
H1.HeaderClassName
{
color: #404109;
}
.AnyTagClassName
{
color: #404109;
}
</style>
background-color css
<style>
a { background-color: #404109; }
a { background-color: rgb(64,65,9); }
div.DivClassName
{
background-color: #404109;
}
.BgClassName
{
background-color: #404109;
}
</style>
border-color css
<style>
span { border-color: #404109; }
span { border-color: rgb(64,65,9); }
td.TdClassName
{
border-color: #404109;
}
.TagClassName
{
border-color: #404109;
}
</style>