Shades of Turtle Green #3E3C04
Tints of Turtle Green #3E3C04
RGB
CMYK
RGB Variations
Color information
#3E3C04 (or 0x3E3C04) is known color: Turtle Green. HEX triplet: 3E, 3C and 04. RGB value is (62,60,4). Sum of RGB (Red+Green+Blue) = 62+60+4=126 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.21% from 126); Green value is 60 (23.83% from 255 or 47.62% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3C04 is #C1C3FB. Grayscale: #363636. Windows color (decimal): -12698620 or 277566. OLE color: 277566.
HSL color Cylindrical-coordinate representation of color #3E3C04: hue angle of 57.93º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E3C04 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 60 | 4 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.76 |
| HSL | 57.93º | 0.88% | 0.13% | - |
| HSV(B) | 57.93º | 0.94% | 0.24% | - |
| XYZ | 3.62 | 4.26 | 0.75 | - |
| YUV | 54.21 | 99.66 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 60 | 4 | 0 | 0.03 | 0.94 | 0.76 | 57.93 | 0.88 | 0.13 |
| Hex | 3E | 3C | 4 | 0 | 3 | 5E | 4C | 3A | 58 | D |
| Octal | 76 | 74 | 4 | 0 | 3 | 136 | 114 | 72 | 130 | 15 |
| Binary | 111110 | 111100 | 100 | 0 | 11 | 1011110 | 1001100 | 111010 | 1011000 | 1101 |
Color Harmonies of #3E3C04
Complementary color
Monochromatic Colors of #3E3C04
Black with #3E3C04
Text Example
Text Example
White with #3E3C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3C04; }
p { color: rgb(62,60,4); }
H1.HeaderClassName
{
color: #3E3C04;
}
.AnyTagClassName
{
color: #3E3C04;
}
</style>
background-color css
<style>
a { background-color: #3E3C04; }
a { background-color: rgb(62,60,4); }
div.DivClassName
{
background-color: #3E3C04;
}
.BgClassName
{
background-color: #3E3C04;
}
</style>
border-color css
<style>
span { border-color: #3E3C04; }
span { border-color: rgb(62,60,4); }
td.TdClassName
{
border-color: #3E3C04;
}
.TagClassName
{
border-color: #3E3C04;
}
</style>