Shades of Turtle Green #3E3C02
Tints of Turtle Green #3E3C02
RGB
CMYK
RGB Variations
Color information
#3E3C02 (or 0x3E3C02) is known color: Turtle Green. HEX triplet: 3E, 3C and 02. RGB value is (62,60,2). Sum of RGB (Red+Green+Blue) = 62+60+2=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 60 (23.83% from 255 or 48.39% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3C02 is #C1C3FD. Grayscale: #363636. Windows color (decimal): -12698622 or 146494. OLE color: 146494.
HSL color Cylindrical-coordinate representation of color #3E3C02: hue angle of 58º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E3C02 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 60 | 2 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.76 |
| HSL | 58º | 0.94% | 0.13% | - |
| HSV(B) | 58º | 0.97% | 0.24% | - |
| XYZ | 3.61 | 4.26 | 0.69 | - |
| YUV | 53.99 | 98.66 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 60 | 2 | 0 | 0.03 | 0.97 | 0.76 | 58 | 0.94 | 0.13 |
| Hex | 3E | 3C | 2 | 0 | 3 | 61 | 4C | 3A | 5E | D |
| Octal | 76 | 74 | 2 | 0 | 3 | 141 | 114 | 72 | 136 | 15 |
| Binary | 111110 | 111100 | 10 | 0 | 11 | 1100001 | 1001100 | 111010 | 1011110 | 1101 |
Color Harmonies of #3E3C02
Complementary color
Monochromatic Colors of #3E3C02
Black with #3E3C02
Text Example
Text Example
White with #3E3C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3C02; }
p { color: rgb(62,60,2); }
H1.HeaderClassName
{
color: #3E3C02;
}
.AnyTagClassName
{
color: #3E3C02;
}
</style>
background-color css
<style>
a { background-color: #3E3C02; }
a { background-color: rgb(62,60,2); }
div.DivClassName
{
background-color: #3E3C02;
}
.BgClassName
{
background-color: #3E3C02;
}
</style>
border-color css
<style>
span { border-color: #3E3C02; }
span { border-color: rgb(62,60,2); }
td.TdClassName
{
border-color: #3E3C02;
}
.TagClassName
{
border-color: #3E3C02;
}
</style>