Shades of Turtle Green #403F0E
Tints of Turtle Green #403F0E
RGB
CMYK
RGB Variations
Color information
#403F0E (or 0x403F0E) is known color: Turtle Green. HEX triplet: 40, 3F and 0E. RGB value is (64,63,14). Sum of RGB (Red+Green+Blue) = 64+63+14=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #403F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403F0E is #BFC0F1. Grayscale: #393939. Windows color (decimal): -12566770 or 933696. OLE color: 933696.
HSL color Cylindrical-coordinate representation of color #403F0E: hue angle of 58.8º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #403F0E is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 63 | 14 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.75 |
| HSL | 58.8º | 0.64% | 0.15% | - |
| HSV(B) | 58.8º | 0.78% | 0.25% | - |
| XYZ | 3.97 | 4.68 | 1.11 | - |
| YUV | 57.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 14 | 0 | 0.02 | 0.78 | 0.75 | 58.8 | 0.64 | 0.15 |
| Hex | 40 | 3F | E | 0 | 2 | 4E | 4B | 3B | 40 | F |
| Octal | 100 | 77 | 16 | 0 | 2 | 116 | 113 | 73 | 100 | 17 |
| Binary | 1000000 | 111111 | 1110 | 0 | 10 | 1001110 | 1001011 | 111011 | 1000000 | 1111 |
Color Harmonies of #403F0E
Complementary color
Monochromatic Colors of #403F0E
Black with #403F0E
Text Example
Text Example
White with #403F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F0E; }
p { color: rgb(64,63,14); }
H1.HeaderClassName
{
color: #403F0E;
}
.AnyTagClassName
{
color: #403F0E;
}
</style>
background-color css
<style>
a { background-color: #403F0E; }
a { background-color: rgb(64,63,14); }
div.DivClassName
{
background-color: #403F0E;
}
.BgClassName
{
background-color: #403F0E;
}
</style>
border-color css
<style>
span { border-color: #403F0E; }
span { border-color: rgb(64,63,14); }
td.TdClassName
{
border-color: #403F0E;
}
.TagClassName
{
border-color: #403F0E;
}
</style>