Shades of Turtle Green #404002
Tints of Turtle Green #404002
RGB
CMYK
RGB Variations
Color information
#404002 (or 0x404002) is known color: Turtle Green. HEX triplet: 40, 40 and 02. RGB value is (64,64,2). Sum of RGB (Red+Green+Blue) = 64+64+2=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 64 - color contains mainly: red, green. Hex color #404002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404002 is #BFBFFD. Grayscale: #393939. Windows color (decimal): -12566526 or 147520. OLE color: 147520.
HSL color Cylindrical-coordinate representation of color #404002: hue angle of 60º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #404002 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 64 | 2 | - |
| CMYK | 0 | 0 | 0.97 | 0.75 |
| HSL | 60º | 0.94% | 0.13% | - |
| HSV(B) | 60º | 0.97% | 0.25% | - |
| XYZ | 3.96 | 4.76 | 0.77 | - |
| YUV | 56.93 | 97 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 2 | 0 | 0 | 0.97 | 0.75 | 60 | 0.94 | 0.13 |
| Hex | 40 | 40 | 2 | 0 | 0 | 61 | 4B | 3C | 5E | D |
| Octal | 100 | 100 | 2 | 0 | 0 | 141 | 113 | 74 | 136 | 15 |
| Binary | 1000000 | 1000000 | 10 | 0 | 0 | 1100001 | 1001011 | 111100 | 1011110 | 1101 |
Color Harmonies of #404002
Complementary color
Monochromatic Colors of #404002
Black with #404002
Text Example
Text Example
White with #404002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404002; }
p { color: rgb(64,64,2); }
H1.HeaderClassName
{
color: #404002;
}
.AnyTagClassName
{
color: #404002;
}
</style>
background-color css
<style>
a { background-color: #404002; }
a { background-color: rgb(64,64,2); }
div.DivClassName
{
background-color: #404002;
}
.BgClassName
{
background-color: #404002;
}
</style>
border-color css
<style>
span { border-color: #404002; }
span { border-color: rgb(64,64,2); }
td.TdClassName
{
border-color: #404002;
}
.TagClassName
{
border-color: #404002;
}
</style>