Shades of Turtle Green #3E411E
Tints of Turtle Green #3E411E
RGB
CMYK
RGB Variations
Color information
#3E411E (or 0x3E411E) is known color: Turtle Green. HEX triplet: 3E, 41 and 1E. RGB value is (62,65,30). Sum of RGB (Red+Green+Blue) = 62+65+30=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #3E411E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E411E is #C1BEE1. Grayscale: #3C3C3C. Windows color (decimal): -12697314 or 1982782. OLE color: 1982782.
HSL color Cylindrical-coordinate representation of color #3E411E: hue angle of 65.14º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E411E is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 65 | 30 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.75 |
| HSL | 65.14º | 0.37% | 0.19% | - |
| HSV(B) | 65.14º | 0.54% | 0.25% | - |
| XYZ | 4.11 | 4.9 | 1.96 | - |
| YUV | 60.11 | 111.01 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 30 | 0.05 | 0 | 0.54 | 0.75 | 65.14 | 0.37 | 0.19 |
| Hex | 3E | 41 | 1E | 5 | 0 | 36 | 4B | 41 | 25 | 13 |
| Octal | 76 | 101 | 36 | 5 | 0 | 66 | 113 | 101 | 45 | 23 |
| Binary | 111110 | 1000001 | 11110 | 101 | 0 | 110110 | 1001011 | 1000001 | 100101 | 10011 |
Color Harmonies of #3E411E
Complementary color
Monochromatic Colors of #3E411E
Black with #3E411E
Text Example
Text Example
White with #3E411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E411E; }
p { color: rgb(62,65,30); }
H1.HeaderClassName
{
color: #3E411E;
}
.AnyTagClassName
{
color: #3E411E;
}
</style>
background-color css
<style>
a { background-color: #3E411E; }
a { background-color: rgb(62,65,30); }
div.DivClassName
{
background-color: #3E411E;
}
.BgClassName
{
background-color: #3E411E;
}
</style>
border-color css
<style>
span { border-color: #3E411E; }
span { border-color: rgb(62,65,30); }
td.TdClassName
{
border-color: #3E411E;
}
.TagClassName
{
border-color: #3E411E;
}
</style>