Shades of Turtle Green #3E421D
Tints of Turtle Green #3E421D
RGB
CMYK
RGB Variations
Color information
#3E421D (or 0x3E421D) is known color: Turtle Green. HEX triplet: 3E, 42 and 1D. RGB value is (62,66,29). Sum of RGB (Red+Green+Blue) = 62+66+29=157 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.49% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 66 - color contains mainly: green. Hex color #3E421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E421D is #C1BDE2. Grayscale: #3C3C3C. Windows color (decimal): -12697059 or 1917502. OLE color: 1917502.
HSL color Cylindrical-coordinate representation of color #3E421D: hue angle of 66.49º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E421D is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 66 | 29 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.74 |
| HSL | 66.49º | 0.39% | 0.19% | - |
| HSV(B) | 66.49º | 0.56% | 0.26% | - |
| XYZ | 4.16 | 5.01 | 1.91 | - |
| YUV | 60.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 29 | 0.06 | 0 | 0.56 | 0.74 | 66.49 | 0.39 | 0.19 |
| Hex | 3E | 42 | 1D | 6 | 0 | 38 | 4A | 42 | 27 | 13 |
| Octal | 76 | 102 | 35 | 6 | 0 | 70 | 112 | 102 | 47 | 23 |
| Binary | 111110 | 1000010 | 11101 | 110 | 0 | 111000 | 1001010 | 1000010 | 100111 | 10011 |
Color Harmonies of #3E421D
Complementary color
Monochromatic Colors of #3E421D
Black with #3E421D
Text Example
Text Example
White with #3E421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E421D; }
p { color: rgb(62,66,29); }
H1.HeaderClassName
{
color: #3E421D;
}
.AnyTagClassName
{
color: #3E421D;
}
</style>
background-color css
<style>
a { background-color: #3E421D; }
a { background-color: rgb(62,66,29); }
div.DivClassName
{
background-color: #3E421D;
}
.BgClassName
{
background-color: #3E421D;
}
</style>
border-color css
<style>
span { border-color: #3E421D; }
span { border-color: rgb(62,66,29); }
td.TdClassName
{
border-color: #3E421D;
}
.TagClassName
{
border-color: #3E421D;
}
</style>