Shades of Turtle Green #3E421A
Tints of Turtle Green #3E421A
RGB
CMYK
RGB Variations
Color information
#3E421A (or 0x3E421A) is known color: Turtle Green. HEX triplet: 3E, 42 and 1A. RGB value is (62,66,26). Sum of RGB (Red+Green+Blue) = 62+66+26=154 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.26% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 66 - color contains mainly: green. Hex color #3E421A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E421A is #C1BDE5. Grayscale: #3C3C3C. Windows color (decimal): -12697062 or 1720894. OLE color: 1720894.
HSL color Cylindrical-coordinate representation of color #3E421A: hue angle of 66º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E421A is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 66 | 26 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.74 |
| HSL | 66º | 0.43% | 0.18% | - |
| HSV(B) | 66º | 0.61% | 0.26% | - |
| XYZ | 4.12 | 5 | 1.72 | - |
| YUV | 60.24 | 108.67 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 26 | 0.06 | 0 | 0.61 | 0.74 | 66 | 0.43 | 0.18 |
| Hex | 3E | 42 | 1A | 6 | 0 | 3D | 4A | 42 | 2B | 12 |
| Octal | 76 | 102 | 32 | 6 | 0 | 75 | 112 | 102 | 53 | 22 |
| Binary | 111110 | 1000010 | 11010 | 110 | 0 | 111101 | 1001010 | 1000010 | 101011 | 10010 |
Color Harmonies of #3E421A
Complementary color
Monochromatic Colors of #3E421A
Black with #3E421A
Text Example
Text Example
White with #3E421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E421A; }
p { color: rgb(62,66,26); }
H1.HeaderClassName
{
color: #3E421A;
}
.AnyTagClassName
{
color: #3E421A;
}
</style>
background-color css
<style>
a { background-color: #3E421A; }
a { background-color: rgb(62,66,26); }
div.DivClassName
{
background-color: #3E421A;
}
.BgClassName
{
background-color: #3E421A;
}
</style>
border-color css
<style>
span { border-color: #3E421A; }
span { border-color: rgb(62,66,26); }
td.TdClassName
{
border-color: #3E421A;
}
.TagClassName
{
border-color: #3E421A;
}
</style>