Shades of Turtle Green #3E3C07
Tints of Turtle Green #3E3C07
RGB
CMYK
RGB Variations
Color information
#3E3C07 (or 0x3E3C07) is known color: Turtle Green. HEX triplet: 3E, 3C and 07. RGB value is (62,60,7). Sum of RGB (Red+Green+Blue) = 62+60+7=129 (17% of max value = 765). Red value is 62 (24.61% from 255 or 48.06% from 129); Green value is 60 (23.83% from 255 or 46.51% from 129); Blue value is 7 (3.12% from 255 or 5.43% from 129); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3C07 is #C1C3F8. Grayscale: #363636. Windows color (decimal): -12698617 or 474174. OLE color: 474174.
HSL color Cylindrical-coordinate representation of color #3E3C07: hue angle of 57.82º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E3C07 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 60 | 7 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.76 |
| HSL | 57.82º | 0.8% | 0.14% | - |
| HSV(B) | 57.82º | 0.89% | 0.24% | - |
| XYZ | 3.64 | 4.27 | 0.83 | - |
| YUV | 54.56 | 101.16 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 60 | 7 | 0 | 0.03 | 0.89 | 0.76 | 57.82 | 0.8 | 0.14 |
| Hex | 3E | 3C | 7 | 0 | 3 | 59 | 4C | 3A | 50 | E |
| Octal | 76 | 74 | 7 | 0 | 3 | 131 | 114 | 72 | 120 | 16 |
| Binary | 111110 | 111100 | 111 | 0 | 11 | 1011001 | 1001100 | 111010 | 1010000 | 1110 |
Color Harmonies of #3E3C07
Complementary color
Monochromatic Colors of #3E3C07
Black with #3E3C07
Text Example
Text Example
White with #3E3C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3C07; }
p { color: rgb(62,60,7); }
H1.HeaderClassName
{
color: #3E3C07;
}
.AnyTagClassName
{
color: #3E3C07;
}
</style>
background-color css
<style>
a { background-color: #3E3C07; }
a { background-color: rgb(62,60,7); }
div.DivClassName
{
background-color: #3E3C07;
}
.BgClassName
{
background-color: #3E3C07;
}
</style>
border-color css
<style>
span { border-color: #3E3C07; }
span { border-color: rgb(62,60,7); }
td.TdClassName
{
border-color: #3E3C07;
}
.TagClassName
{
border-color: #3E3C07;
}
</style>