Shades of Turtle Green #404000
Tints of Turtle Green #404000
RGB
CMYK
RGB Variations
Color information
#404000 (or 0x404000) is known color: Turtle Green. HEX triplet: 40, 40 and 00. RGB value is (64,64,0). Sum of RGB (Red+Green+Blue) = 64+64+0=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404000 is #BFBFFF. Grayscale: #383838. Windows color (decimal): -12566528 or 16448. OLE color: 16448.
HSL color Cylindrical-coordinate representation of color #404000: hue angle of 60º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #404000 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 64 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.75 |
| HSL | 60º | 1% | 0.13% | - |
| HSV(B) | 60º | 1% | 0.25% | - |
| XYZ | 3.95 | 4.76 | 0.71 | - |
| YUV | 56.7 | 96 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 0 | 0 | 0 | 1 | 0.75 | 60 | 1 | 0.13 |
| Hex | 40 | 40 | 0 | 0 | 0 | 64 | 4B | 3C | 64 | D |
| Octal | 100 | 100 | 0 | 0 | 0 | 144 | 113 | 74 | 144 | 15 |
| Binary | 1000000 | 1000000 | 0 | 0 | 0 | 1100100 | 1001011 | 111100 | 1100100 | 1101 |
Color Harmonies of #404000
Complementary color
Monochromatic Colors of #404000
Black with #404000
Text Example
Text Example
White with #404000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404000; }
p { color: rgb(64,64,0); }
H1.HeaderClassName
{
color: #404000;
}
.AnyTagClassName
{
color: #404000;
}
</style>
background-color css
<style>
a { background-color: #404000; }
a { background-color: rgb(64,64,0); }
div.DivClassName
{
background-color: #404000;
}
.BgClassName
{
background-color: #404000;
}
</style>
border-color css
<style>
span { border-color: #404000; }
span { border-color: rgb(64,64,0); }
td.TdClassName
{
border-color: #404000;
}
.TagClassName
{
border-color: #404000;
}
</style>