Shades of Turtle Green #3E4208
Tints of Turtle Green #3E4208
RGB
CMYK
RGB Variations
Color information
#3E4208 (or 0x3E4208) is known color: Turtle Green. HEX triplet: 3E, 42 and 08. RGB value is (62,66,8). Sum of RGB (Red+Green+Blue) = 62+66+8=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #3E4208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4208 is #C1BDF7. Grayscale: #3A3A3A. Windows color (decimal): -12697080 or 541246. OLE color: 541246.
HSL color Cylindrical-coordinate representation of color #3E4208: hue angle of 64.14º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E4208 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 66 | 8 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.74 |
| HSL | 64.14º | 0.78% | 0.15% | - |
| HSV(B) | 64.14º | 0.88% | 0.26% | - |
| XYZ | 3.98 | 4.94 | 0.97 | - |
| YUV | 58.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 8 | 0.06 | 0 | 0.88 | 0.74 | 64.14 | 0.78 | 0.15 |
| Hex | 3E | 42 | 8 | 6 | 0 | 58 | 4A | 40 | 4E | F |
| Octal | 76 | 102 | 10 | 6 | 0 | 130 | 112 | 100 | 116 | 17 |
| Binary | 111110 | 1000010 | 1000 | 110 | 0 | 1011000 | 1001010 | 1000000 | 1001110 | 1111 |
Color Harmonies of #3E4208
Complementary color
Monochromatic Colors of #3E4208
Black with #3E4208
Text Example
Text Example
White with #3E4208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4208; }
p { color: rgb(62,66,8); }
H1.HeaderClassName
{
color: #3E4208;
}
.AnyTagClassName
{
color: #3E4208;
}
</style>
background-color css
<style>
a { background-color: #3E4208; }
a { background-color: rgb(62,66,8); }
div.DivClassName
{
background-color: #3E4208;
}
.BgClassName
{
background-color: #3E4208;
}
</style>
border-color css
<style>
span { border-color: #3E4208; }
span { border-color: rgb(62,66,8); }
td.TdClassName
{
border-color: #3E4208;
}
.TagClassName
{
border-color: #3E4208;
}
</style>