Shades of Turtle Green #3E421F
Tints of Turtle Green #3E421F
RGB
CMYK
RGB Variations
Color information
#3E421F (or 0x3E421F) is known color: Turtle Green. HEX triplet: 3E, 42 and 1F. RGB value is (62,66,31). Sum of RGB (Red+Green+Blue) = 62+66+31=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #3E421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E421F is #C1BDE0. Grayscale: #3C3C3C. Windows color (decimal): -12697057 or 2048574. OLE color: 2048574.
HSL color Cylindrical-coordinate representation of color #3E421F: hue angle of 66.86º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E421F is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 66 | 31 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.74 |
| HSL | 66.86º | 0.36% | 0.19% | - |
| HSV(B) | 66.86º | 0.53% | 0.26% | - |
| XYZ | 4.18 | 5.02 | 2.04 | - |
| YUV | 60.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 31 | 0.06 | 0 | 0.53 | 0.74 | 66.86 | 0.36 | 0.19 |
| Hex | 3E | 42 | 1F | 6 | 0 | 35 | 4A | 43 | 24 | 13 |
| Octal | 76 | 102 | 37 | 6 | 0 | 65 | 112 | 103 | 44 | 23 |
| Binary | 111110 | 1000010 | 11111 | 110 | 0 | 110101 | 1001010 | 1000011 | 100100 | 10011 |
Color Harmonies of #3E421F
Complementary color
Monochromatic Colors of #3E421F
Black with #3E421F
Text Example
Text Example
White with #3E421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E421F; }
p { color: rgb(62,66,31); }
H1.HeaderClassName
{
color: #3E421F;
}
.AnyTagClassName
{
color: #3E421F;
}
</style>
background-color css
<style>
a { background-color: #3E421F; }
a { background-color: rgb(62,66,31); }
div.DivClassName
{
background-color: #3E421F;
}
.BgClassName
{
background-color: #3E421F;
}
</style>
border-color css
<style>
span { border-color: #3E421F; }
span { border-color: rgb(62,66,31); }
td.TdClassName
{
border-color: #3E421F;
}
.TagClassName
{
border-color: #3E421F;
}
</style>