Shades of Turtle Green #403E03
Tints of Turtle Green #403E03
RGB
CMYK
RGB Variations
Color information
#403E03 (or 0x403E03) is known color: Turtle Green. HEX triplet: 40, 3E and 03. RGB value is (64,62,3). Sum of RGB (Red+Green+Blue) = 64+62+3=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 62 (24.61% from 255 or 48.06% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #403E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403E03 is #BFC1FC. Grayscale: #383838. Windows color (decimal): -12567037 or 212544. OLE color: 212544.
HSL color Cylindrical-coordinate representation of color #403E03: hue angle of 58.03º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #403E03 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 62 | 3 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.75 |
| HSL | 58.03º | 0.91% | 0.13% | - |
| HSV(B) | 58.03º | 0.95% | 0.25% | - |
| XYZ | 3.85 | 4.54 | 0.76 | - |
| YUV | 55.87 | 98.16 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 3 | 0 | 0.03 | 0.95 | 0.75 | 58.03 | 0.91 | 0.13 |
| Hex | 40 | 3E | 3 | 0 | 3 | 5F | 4B | 3A | 5B | D |
| Octal | 100 | 76 | 3 | 0 | 3 | 137 | 113 | 72 | 133 | 15 |
| Binary | 1000000 | 111110 | 11 | 0 | 11 | 1011111 | 1001011 | 111010 | 1011011 | 1101 |
Color Harmonies of #403E03
Complementary color
Monochromatic Colors of #403E03
Black with #403E03
Text Example
Text Example
White with #403E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403E03; }
p { color: rgb(64,62,3); }
H1.HeaderClassName
{
color: #403E03;
}
.AnyTagClassName
{
color: #403E03;
}
</style>
background-color css
<style>
a { background-color: #403E03; }
a { background-color: rgb(64,62,3); }
div.DivClassName
{
background-color: #403E03;
}
.BgClassName
{
background-color: #403E03;
}
</style>
border-color css
<style>
span { border-color: #403E03; }
span { border-color: rgb(64,62,3); }
td.TdClassName
{
border-color: #403E03;
}
.TagClassName
{
border-color: #403E03;
}
</style>