Shades of Turtle Green #3E4209
Tints of Turtle Green #3E4209
RGB
CMYK
RGB Variations
Color information
#3E4209 (or 0x3E4209) is known color: Turtle Green. HEX triplet: 3E, 42 and 09. RGB value is (62,66,9). Sum of RGB (Red+Green+Blue) = 62+66+9=137 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.26% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 66 - color contains mainly: green. Hex color #3E4209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4209 is #C1BDF6. Grayscale: #3A3A3A. Windows color (decimal): -12697079 or 606782. OLE color: 606782.
HSL color Cylindrical-coordinate representation of color #3E4209: hue angle of 64.21º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E4209 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 66 | 9 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.74 |
| HSL | 64.21º | 0.76% | 0.15% | - |
| HSV(B) | 64.21º | 0.86% | 0.26% | - |
| XYZ | 3.98 | 4.94 | 1 | - |
| YUV | 58.31 | 100.17 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 9 | 0.06 | 0 | 0.86 | 0.74 | 64.21 | 0.76 | 0.15 |
| Hex | 3E | 42 | 9 | 6 | 0 | 56 | 4A | 40 | 4C | F |
| Octal | 76 | 102 | 11 | 6 | 0 | 126 | 112 | 100 | 114 | 17 |
| Binary | 111110 | 1000010 | 1001 | 110 | 0 | 1010110 | 1001010 | 1000000 | 1001100 | 1111 |
Color Harmonies of #3E4209
Complementary color
Monochromatic Colors of #3E4209
Black with #3E4209
Text Example
Text Example
White with #3E4209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4209; }
p { color: rgb(62,66,9); }
H1.HeaderClassName
{
color: #3E4209;
}
.AnyTagClassName
{
color: #3E4209;
}
</style>
background-color css
<style>
a { background-color: #3E4209; }
a { background-color: rgb(62,66,9); }
div.DivClassName
{
background-color: #3E4209;
}
.BgClassName
{
background-color: #3E4209;
}
</style>
border-color css
<style>
span { border-color: #3E4209; }
span { border-color: rgb(62,66,9); }
td.TdClassName
{
border-color: #3E4209;
}
.TagClassName
{
border-color: #3E4209;
}
</style>