Shades of Turtle Green #3E411B
Tints of Turtle Green #3E411B
RGB
CMYK
RGB Variations
Color information
#3E411B (or 0x3E411B) is known color: Turtle Green. HEX triplet: 3E, 41 and 1B. RGB value is (62,65,27). Sum of RGB (Red+Green+Blue) = 62+65+27=154 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.26% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 65 - color contains mainly: green. Hex color #3E411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E411B is #C1BEE4. Grayscale: #3B3B3B. Windows color (decimal): -12697317 or 1786174. OLE color: 1786174.
HSL color Cylindrical-coordinate representation of color #3E411B: hue angle of 64.74º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E411B is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 65 | 27 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.75 |
| HSL | 64.74º | 0.41% | 0.18% | - |
| HSV(B) | 64.74º | 0.58% | 0.25% | - |
| XYZ | 4.07 | 4.88 | 1.76 | - |
| YUV | 59.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 27 | 0.05 | 0 | 0.58 | 0.75 | 64.74 | 0.41 | 0.18 |
| Hex | 3E | 41 | 1B | 5 | 0 | 3A | 4B | 41 | 29 | 12 |
| Octal | 76 | 101 | 33 | 5 | 0 | 72 | 113 | 101 | 51 | 22 |
| Binary | 111110 | 1000001 | 11011 | 101 | 0 | 111010 | 1001011 | 1000001 | 101001 | 10010 |
Color Harmonies of #3E411B
Complementary color
Monochromatic Colors of #3E411B
Black with #3E411B
Text Example
Text Example
White with #3E411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E411B; }
p { color: rgb(62,65,27); }
H1.HeaderClassName
{
color: #3E411B;
}
.AnyTagClassName
{
color: #3E411B;
}
</style>
background-color css
<style>
a { background-color: #3E411B; }
a { background-color: rgb(62,65,27); }
div.DivClassName
{
background-color: #3E411B;
}
.BgClassName
{
background-color: #3E411B;
}
</style>
border-color css
<style>
span { border-color: #3E411B; }
span { border-color: rgb(62,65,27); }
td.TdClassName
{
border-color: #3E411B;
}
.TagClassName
{
border-color: #3E411B;
}
</style>