Shades of Turtle Green #403F10
Tints of Turtle Green #403F10
RGB
CMYK
RGB Variations
Color information
#403F10 (or 0x403F10) is known color: Turtle Green. HEX triplet: 40, 3F and 10. RGB value is (64,63,16). Sum of RGB (Red+Green+Blue) = 64+63+16=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 63 (25% from 255 or 44.06% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #403F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403F10 is #BFC0EF. Grayscale: #3A3A3A. Windows color (decimal): -12566768 or 1064768. OLE color: 1064768.
HSL color Cylindrical-coordinate representation of color #403F10: hue angle of 58.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #403F10 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 63 | 16 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.75 |
| HSL | 58.75º | 0.6% | 0.16% | - |
| HSV(B) | 58.75º | 0.75% | 0.25% | - |
| XYZ | 3.99 | 4.68 | 1.18 | - |
| YUV | 57.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 16 | 0 | 0.02 | 0.75 | 0.75 | 58.75 | 0.6 | 0.16 |
| Hex | 40 | 3F | 10 | 0 | 2 | 4B | 4B | 3B | 3C | 10 |
| Octal | 100 | 77 | 20 | 0 | 2 | 113 | 113 | 73 | 74 | 20 |
| Binary | 1000000 | 111111 | 10000 | 0 | 10 | 1001011 | 1001011 | 111011 | 111100 | 10000 |
Color Harmonies of #403F10
Complementary color
Monochromatic Colors of #403F10
Black with #403F10
Text Example
Text Example
White with #403F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F10; }
p { color: rgb(64,63,16); }
H1.HeaderClassName
{
color: #403F10;
}
.AnyTagClassName
{
color: #403F10;
}
</style>
background-color css
<style>
a { background-color: #403F10; }
a { background-color: rgb(64,63,16); }
div.DivClassName
{
background-color: #403F10;
}
.BgClassName
{
background-color: #403F10;
}
</style>
border-color css
<style>
span { border-color: #403F10; }
span { border-color: rgb(64,63,16); }
td.TdClassName
{
border-color: #403F10;
}
.TagClassName
{
border-color: #403F10;
}
</style>