Shades of Turtle Green #403E08
Tints of Turtle Green #403E08
RGB
CMYK
RGB Variations
Color information
#403E08 (or 0x403E08) is known color: Turtle Green. HEX triplet: 40, 3E and 08. RGB value is (64,62,8). Sum of RGB (Red+Green+Blue) = 64+62+8=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 62 (24.61% from 255 or 46.27% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #403E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403E08 is #BFC1F7. Grayscale: #383838. Windows color (decimal): -12567032 or 540224. OLE color: 540224.
HSL color Cylindrical-coordinate representation of color #403E08: hue angle of 57.86º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #403E08 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 62 | 8 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.75 |
| HSL | 57.86º | 0.78% | 0.14% | - |
| HSV(B) | 57.86º | 0.88% | 0.25% | - |
| XYZ | 3.88 | 4.55 | 0.9 | - |
| YUV | 56.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 8 | 0 | 0.03 | 0.87 | 0.75 | 57.86 | 0.78 | 0.14 |
| Hex | 40 | 3E | 8 | 0 | 3 | 57 | 4B | 3A | 4E | E |
| Octal | 100 | 76 | 10 | 0 | 3 | 127 | 113 | 72 | 116 | 16 |
| Binary | 1000000 | 111110 | 1000 | 0 | 11 | 1010111 | 1001011 | 111010 | 1001110 | 1110 |
Color Harmonies of #403E08
Complementary color
Monochromatic Colors of #403E08
Black with #403E08
Text Example
Text Example
White with #403E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403E08; }
p { color: rgb(64,62,8); }
H1.HeaderClassName
{
color: #403E08;
}
.AnyTagClassName
{
color: #403E08;
}
</style>
background-color css
<style>
a { background-color: #403E08; }
a { background-color: rgb(64,62,8); }
div.DivClassName
{
background-color: #403E08;
}
.BgClassName
{
background-color: #403E08;
}
</style>
border-color css
<style>
span { border-color: #403E08; }
span { border-color: rgb(64,62,8); }
td.TdClassName
{
border-color: #403E08;
}
.TagClassName
{
border-color: #403E08;
}
</style>