Shades of Turtle Green #403F0A
Tints of Turtle Green #403F0A
RGB
CMYK
RGB Variations
Color information
#403F0A (or 0x403F0A) is known color: Turtle Green. HEX triplet: 40, 3F and 0A. RGB value is (64,63,10). Sum of RGB (Red+Green+Blue) = 64+63+10=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #403F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403F0A is #BFC0F5. Grayscale: #393939. Windows color (decimal): -12566774 or 671552. OLE color: 671552.
HSL color Cylindrical-coordinate representation of color #403F0A: hue angle of 58.89º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #403F0A is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 63 | 10 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.75 |
| HSL | 58.89º | 0.73% | 0.15% | - |
| HSV(B) | 58.89º | 0.84% | 0.25% | - |
| XYZ | 3.95 | 4.67 | 0.98 | - |
| YUV | 57.26 | 101.33 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 10 | 0 | 0.02 | 0.84 | 0.75 | 58.89 | 0.73 | 0.15 |
| Hex | 40 | 3F | A | 0 | 2 | 54 | 4B | 3B | 49 | F |
| Octal | 100 | 77 | 12 | 0 | 2 | 124 | 113 | 73 | 111 | 17 |
| Binary | 1000000 | 111111 | 1010 | 0 | 10 | 1010100 | 1001011 | 111011 | 1001001 | 1111 |
Color Harmonies of #403F0A
Complementary color
Monochromatic Colors of #403F0A
Black with #403F0A
Text Example
Text Example
White with #403F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F0A; }
p { color: rgb(64,63,10); }
H1.HeaderClassName
{
color: #403F0A;
}
.AnyTagClassName
{
color: #403F0A;
}
</style>
background-color css
<style>
a { background-color: #403F0A; }
a { background-color: rgb(64,63,10); }
div.DivClassName
{
background-color: #403F0A;
}
.BgClassName
{
background-color: #403F0A;
}
</style>
border-color css
<style>
span { border-color: #403F0A; }
span { border-color: rgb(64,63,10); }
td.TdClassName
{
border-color: #403F0A;
}
.TagClassName
{
border-color: #403F0A;
}
</style>