Shades of Turtle Green #3E4210
Tints of Turtle Green #3E4210
RGB
CMYK
RGB Variations
Color information
#3E4210 (or 0x3E4210) is known color: Turtle Green. HEX triplet: 3E, 42 and 10. RGB value is (62,66,16). Sum of RGB (Red+Green+Blue) = 62+66+16=144 (19% of max value = 765). Red value is 62 (24.61% from 255 or 43.06% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 16 (6.64% from 255 or 11.11% from 144); Max value from RGB is 66 - color contains mainly: green. Hex color #3E4210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4210 is #C1BDEF. Grayscale: #3B3B3B. Windows color (decimal): -12697072 or 1065534. OLE color: 1065534.
HSL color Cylindrical-coordinate representation of color #3E4210: hue angle of 64.8º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E4210 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 66 | 16 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.74 |
| HSL | 64.8º | 0.61% | 0.16% | - |
| HSV(B) | 64.8º | 0.76% | 0.26% | - |
| XYZ | 4.03 | 4.96 | 1.23 | - |
| YUV | 59.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 16 | 0.06 | 0 | 0.76 | 0.74 | 64.8 | 0.61 | 0.16 |
| Hex | 3E | 42 | 10 | 6 | 0 | 4C | 4A | 41 | 3D | 10 |
| Octal | 76 | 102 | 20 | 6 | 0 | 114 | 112 | 101 | 75 | 20 |
| Binary | 111110 | 1000010 | 10000 | 110 | 0 | 1001100 | 1001010 | 1000001 | 111101 | 10000 |
Color Harmonies of #3E4210
Complementary color
Monochromatic Colors of #3E4210
Black with #3E4210
Text Example
Text Example
White with #3E4210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4210; }
p { color: rgb(62,66,16); }
H1.HeaderClassName
{
color: #3E4210;
}
.AnyTagClassName
{
color: #3E4210;
}
</style>
background-color css
<style>
a { background-color: #3E4210; }
a { background-color: rgb(62,66,16); }
div.DivClassName
{
background-color: #3E4210;
}
.BgClassName
{
background-color: #3E4210;
}
</style>
border-color css
<style>
span { border-color: #3E4210; }
span { border-color: rgb(62,66,16); }
td.TdClassName
{
border-color: #3E4210;
}
.TagClassName
{
border-color: #3E4210;
}
</style>