Shades of Turtle Green #403E02
Tints of Turtle Green #403E02
RGB
CMYK
RGB Variations
Color information
#403E02 (or 0x403E02) is known color: Turtle Green. HEX triplet: 40, 3E and 02. RGB value is (64,62,2). Sum of RGB (Red+Green+Blue) = 64+62+2=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 62 (24.61% from 255 or 48.44% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #403E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403E02 is #BFC1FD. Grayscale: #383838. Windows color (decimal): -12567038 or 147008. OLE color: 147008.
HSL color Cylindrical-coordinate representation of color #403E02: hue angle of 58.06º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #403E02 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 62 | 2 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.75 |
| HSL | 58.06º | 0.94% | 0.13% | - |
| HSV(B) | 58.06º | 0.97% | 0.25% | - |
| XYZ | 3.85 | 4.54 | 0.73 | - |
| YUV | 55.76 | 97.66 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 2 | 0 | 0.03 | 0.97 | 0.75 | 58.06 | 0.94 | 0.13 |
| Hex | 40 | 3E | 2 | 0 | 3 | 61 | 4B | 3A | 5E | D |
| Octal | 100 | 76 | 2 | 0 | 3 | 141 | 113 | 72 | 136 | 15 |
| Binary | 1000000 | 111110 | 10 | 0 | 11 | 1100001 | 1001011 | 111010 | 1011110 | 1101 |
Color Harmonies of #403E02
Complementary color
Monochromatic Colors of #403E02
Black with #403E02
Text Example
Text Example
White with #403E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403E02; }
p { color: rgb(64,62,2); }
H1.HeaderClassName
{
color: #403E02;
}
.AnyTagClassName
{
color: #403E02;
}
</style>
background-color css
<style>
a { background-color: #403E02; }
a { background-color: rgb(64,62,2); }
div.DivClassName
{
background-color: #403E02;
}
.BgClassName
{
background-color: #403E02;
}
</style>
border-color css
<style>
span { border-color: #403E02; }
span { border-color: rgb(64,62,2); }
td.TdClassName
{
border-color: #403E02;
}
.TagClassName
{
border-color: #403E02;
}
</style>