Shades of Turtle Green #3E4019
Tints of Turtle Green #3E4019
RGB
CMYK
RGB Variations
Color information
#3E4019 (or 0x3E4019) is known color: Turtle Green. HEX triplet: 3E, 40 and 19. RGB value is (62,64,25). Sum of RGB (Red+Green+Blue) = 62+64+25=151 (20% of max value = 765). Red value is 62 (24.61% from 255 or 41.06% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 64 - color contains mainly: green. Hex color #3E4019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4019 is #C1BFE6. Grayscale: #3B3B3B. Windows color (decimal): -12697575 or 1654846. OLE color: 1654846.
HSL color Cylindrical-coordinate representation of color #3E4019: hue angle of 63.08º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E4019 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 64 | 25 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.75 |
| HSL | 63.08º | 0.44% | 0.17% | - |
| HSV(B) | 63.08º | 0.61% | 0.25% | - |
| XYZ | 4 | 4.76 | 1.63 | - |
| YUV | 58.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 25 | 0.03 | 0 | 0.61 | 0.75 | 63.08 | 0.44 | 0.17 |
| Hex | 3E | 40 | 19 | 3 | 0 | 3D | 4B | 3F | 2C | 11 |
| Octal | 76 | 100 | 31 | 3 | 0 | 75 | 113 | 77 | 54 | 21 |
| Binary | 111110 | 1000000 | 11001 | 11 | 0 | 111101 | 1001011 | 111111 | 101100 | 10001 |
Color Harmonies of #3E4019
Complementary color
Monochromatic Colors of #3E4019
Black with #3E4019
Text Example
Text Example
White with #3E4019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4019; }
p { color: rgb(62,64,25); }
H1.HeaderClassName
{
color: #3E4019;
}
.AnyTagClassName
{
color: #3E4019;
}
</style>
background-color css
<style>
a { background-color: #3E4019; }
a { background-color: rgb(62,64,25); }
div.DivClassName
{
background-color: #3E4019;
}
.BgClassName
{
background-color: #3E4019;
}
</style>
border-color css
<style>
span { border-color: #3E4019; }
span { border-color: rgb(62,64,25); }
td.TdClassName
{
border-color: #3E4019;
}
.TagClassName
{
border-color: #3E4019;
}
</style>