Shades of Turtle Green #3E4114
Tints of Turtle Green #3E4114
RGB
CMYK
RGB Variations
Color information
#3E4114 (or 0x3E4114) is known color: Turtle Green. HEX triplet: 3E, 41 and 14. RGB value is (62,65,20). Sum of RGB (Red+Green+Blue) = 62+65+20=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #3E4114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4114 is #C1BEEB. Grayscale: #3B3B3B. Windows color (decimal): -12697324 or 1327422. OLE color: 1327422.
HSL color Cylindrical-coordinate representation of color #3E4114: hue angle of 64º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E4114 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 65 | 20 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.75 |
| HSL | 64º | 0.53% | 0.17% | - |
| HSV(B) | 64º | 0.69% | 0.25% | - |
| XYZ | 4 | 4.86 | 1.39 | - |
| YUV | 58.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 20 | 0.05 | 0 | 0.69 | 0.75 | 64 | 0.53 | 0.17 |
| Hex | 3E | 41 | 14 | 5 | 0 | 45 | 4B | 40 | 35 | 11 |
| Octal | 76 | 101 | 24 | 5 | 0 | 105 | 113 | 100 | 65 | 21 |
| Binary | 111110 | 1000001 | 10100 | 101 | 0 | 1000101 | 1001011 | 1000000 | 110101 | 10001 |
Color Harmonies of #3E4114
Complementary color
Monochromatic Colors of #3E4114
Black with #3E4114
Text Example
Text Example
White with #3E4114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4114; }
p { color: rgb(62,65,20); }
H1.HeaderClassName
{
color: #3E4114;
}
.AnyTagClassName
{
color: #3E4114;
}
</style>
background-color css
<style>
a { background-color: #3E4114; }
a { background-color: rgb(62,65,20); }
div.DivClassName
{
background-color: #3E4114;
}
.BgClassName
{
background-color: #3E4114;
}
</style>
border-color css
<style>
span { border-color: #3E4114; }
span { border-color: rgb(62,65,20); }
td.TdClassName
{
border-color: #3E4114;
}
.TagClassName
{
border-color: #3E4114;
}
</style>