Shades of Turtle Green #3E3E0B
Tints of Turtle Green #3E3E0B
RGB
CMYK
RGB Variations
Color information
#3E3E0B (or 0x3E3E0B) is known color: Turtle Green. HEX triplet: 3E, 3E and 0B. RGB value is (62,62,11). Sum of RGB (Red+Green+Blue) = 62+62+11=135 (17% of max value = 765). Red value is 62 (24.61% from 255 or 45.93% from 135); Green value is 62 (24.61% from 255 or 45.93% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 62 - color contains mainly: red, green. Hex color #3E3E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3E0B is #C1C1F4. Grayscale: #383838. Windows color (decimal): -12698101 or 736830. OLE color: 736830.
HSL color Cylindrical-coordinate representation of color #3E3E0B: hue angle of 60º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E3E0B is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 62 | 11 | - |
| CMYK | 0 | 0 | 0.82 | 0.76 |
| HSL | 60º | 0.7% | 0.14% | - |
| HSV(B) | 60º | 0.82% | 0.24% | - |
| XYZ | 3.77 | 4.49 | 0.99 | - |
| YUV | 56.19 | 102.5 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 62 | 11 | 0 | 0 | 0.82 | 0.76 | 60 | 0.7 | 0.14 |
| Hex | 3E | 3E | B | 0 | 0 | 52 | 4C | 3C | 46 | E |
| Octal | 76 | 76 | 13 | 0 | 0 | 122 | 114 | 74 | 106 | 16 |
| Binary | 111110 | 111110 | 1011 | 0 | 0 | 1010010 | 1001100 | 111100 | 1000110 | 1110 |
Color Harmonies of #3E3E0B
Complementary color
Monochromatic Colors of #3E3E0B
Black with #3E3E0B
Text Example
Text Example
White with #3E3E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3E0B; }
p { color: rgb(62,62,11); }
H1.HeaderClassName
{
color: #3E3E0B;
}
.AnyTagClassName
{
color: #3E3E0B;
}
</style>
background-color css
<style>
a { background-color: #3E3E0B; }
a { background-color: rgb(62,62,11); }
div.DivClassName
{
background-color: #3E3E0B;
}
.BgClassName
{
background-color: #3E3E0B;
}
</style>
border-color css
<style>
span { border-color: #3E3E0B; }
span { border-color: rgb(62,62,11); }
td.TdClassName
{
border-color: #3E3E0B;
}
.TagClassName
{
border-color: #3E3E0B;
}
</style>