Shades of Turtle Green #3E3E11
Tints of Turtle Green #3E3E11
RGB
CMYK
RGB Variations
Color information
#3E3E11 (or 0x3E3E11) is known color: Turtle Green. HEX triplet: 3E, 3E and 11. RGB value is (62,62,17). Sum of RGB (Red+Green+Blue) = 62+62+17=141 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.97% from 141); Green value is 62 (24.61% from 255 or 43.97% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 62 - color contains mainly: red, green. Hex color #3E3E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3E11 is #C1C1EE. Grayscale: #393939. Windows color (decimal): -12698095 or 1130046. OLE color: 1130046.
HSL color Cylindrical-coordinate representation of color #3E3E11: hue angle of 60º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E3E11 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 62 | 17 | - |
| CMYK | 0 | 0 | 0.73 | 0.76 |
| HSL | 60º | 0.57% | 0.15% | - |
| HSV(B) | 60º | 0.73% | 0.24% | - |
| XYZ | 3.81 | 4.51 | 1.2 | - |
| YUV | 56.87 | 105.5 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 62 | 17 | 0 | 0 | 0.73 | 0.76 | 60 | 0.57 | 0.15 |
| Hex | 3E | 3E | 11 | 0 | 0 | 49 | 4C | 3C | 39 | F |
| Octal | 76 | 76 | 21 | 0 | 0 | 111 | 114 | 74 | 71 | 17 |
| Binary | 111110 | 111110 | 10001 | 0 | 0 | 1001001 | 1001100 | 111100 | 111001 | 1111 |
Color Harmonies of #3E3E11
Complementary color
Monochromatic Colors of #3E3E11
Black with #3E3E11
Text Example
Text Example
White with #3E3E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3E11; }
p { color: rgb(62,62,17); }
H1.HeaderClassName
{
color: #3E3E11;
}
.AnyTagClassName
{
color: #3E3E11;
}
</style>
background-color css
<style>
a { background-color: #3E3E11; }
a { background-color: rgb(62,62,17); }
div.DivClassName
{
background-color: #3E3E11;
}
.BgClassName
{
background-color: #3E3E11;
}
</style>
border-color css
<style>
span { border-color: #3E3E11; }
span { border-color: rgb(62,62,17); }
td.TdClassName
{
border-color: #3E3E11;
}
.TagClassName
{
border-color: #3E3E11;
}
</style>