Shades of Turtle Green #403F09
Tints of Turtle Green #403F09
RGB
CMYK
RGB Variations
Color information
#403F09 (or 0x403F09) is known color: Turtle Green. HEX triplet: 40, 3F and 09. RGB value is (64,63,9). Sum of RGB (Red+Green+Blue) = 64+63+9=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 63 (25% from 255 or 46.32% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #403F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403F09 is #BFC0F6. Grayscale: #393939. Windows color (decimal): -12566775 or 606016. OLE color: 606016.
HSL color Cylindrical-coordinate representation of color #403F09: hue angle of 58.91º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #403F09 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 63 | 9 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.75 |
| HSL | 58.91º | 0.75% | 0.14% | - |
| HSV(B) | 58.91º | 0.86% | 0.25% | - |
| XYZ | 3.94 | 4.66 | 0.95 | - |
| YUV | 57.14 | 100.83 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 9 | 0 | 0.02 | 0.86 | 0.75 | 58.91 | 0.75 | 0.14 |
| Hex | 40 | 3F | 9 | 0 | 2 | 56 | 4B | 3B | 4B | E |
| Octal | 100 | 77 | 11 | 0 | 2 | 126 | 113 | 73 | 113 | 16 |
| Binary | 1000000 | 111111 | 1001 | 0 | 10 | 1010110 | 1001011 | 111011 | 1001011 | 1110 |
Color Harmonies of #403F09
Complementary color
Monochromatic Colors of #403F09
Black with #403F09
Text Example
Text Example
White with #403F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F09; }
p { color: rgb(64,63,9); }
H1.HeaderClassName
{
color: #403F09;
}
.AnyTagClassName
{
color: #403F09;
}
</style>
background-color css
<style>
a { background-color: #403F09; }
a { background-color: rgb(64,63,9); }
div.DivClassName
{
background-color: #403F09;
}
.BgClassName
{
background-color: #403F09;
}
</style>
border-color css
<style>
span { border-color: #403F09; }
span { border-color: rgb(64,63,9); }
td.TdClassName
{
border-color: #403F09;
}
.TagClassName
{
border-color: #403F09;
}
</style>