Shades of Turtle Green #403F00
Tints of Turtle Green #403F00
RGB
CMYK
RGB Variations
Color information
#403F00 (or 0x403F00) is known color: Turtle Green. HEX triplet: 40, 3F and 00. RGB value is (64,63,0). Sum of RGB (Red+Green+Blue) = 64+63+0=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 63 (25% from 255 or 49.61% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #403F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403F00 is #BFC0FF. Grayscale: #383838. Windows color (decimal): -12566784 or 16192. OLE color: 16192.
HSL color Cylindrical-coordinate representation of color #403F00: hue angle of 59.06º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #403F00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 63 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.75 |
| HSL | 59.06º | 1% | 0.13% | - |
| HSV(B) | 59.06º | 1% | 0.25% | - |
| XYZ | 3.89 | 4.65 | 0.69 | - |
| YUV | 56.12 | 96.33 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 0 | 0 | 0.02 | 1 | 0.75 | 59.06 | 1 | 0.13 |
| Hex | 40 | 3F | 0 | 0 | 2 | 64 | 4B | 3B | 64 | D |
| Octal | 100 | 77 | 0 | 0 | 2 | 144 | 113 | 73 | 144 | 15 |
| Binary | 1000000 | 111111 | 0 | 0 | 10 | 1100100 | 1001011 | 111011 | 1100100 | 1101 |
Color Harmonies of #403F00
Complementary color
Monochromatic Colors of #403F00
Black with #403F00
Text Example
Text Example
White with #403F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F00; }
p { color: rgb(64,63,0); }
H1.HeaderClassName
{
color: #403F00;
}
.AnyTagClassName
{
color: #403F00;
}
</style>
background-color css
<style>
a { background-color: #403F00; }
a { background-color: rgb(64,63,0); }
div.DivClassName
{
background-color: #403F00;
}
.BgClassName
{
background-color: #403F00;
}
</style>
border-color css
<style>
span { border-color: #403F00; }
span { border-color: rgb(64,63,0); }
td.TdClassName
{
border-color: #403F00;
}
.TagClassName
{
border-color: #403F00;
}
</style>