Shades of Turtle Green #3E3C03
Tints of Turtle Green #3E3C03
RGB
CMYK
RGB Variations
Color information
#3E3C03 (or 0x3E3C03) is known color: Turtle Green. HEX triplet: 3E, 3C and 03. RGB value is (62,60,3). Sum of RGB (Red+Green+Blue) = 62+60+3=125 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.6% from 125); Green value is 60 (23.83% from 255 or 48% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3C03 is #C1C3FC. Grayscale: #363636. Windows color (decimal): -12698621 or 212030. OLE color: 212030.
HSL color Cylindrical-coordinate representation of color #3E3C03: hue angle of 57.97º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E3C03 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 60 | 3 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.76 |
| HSL | 57.97º | 0.91% | 0.13% | - |
| HSV(B) | 57.97º | 0.95% | 0.24% | - |
| XYZ | 3.62 | 4.26 | 0.72 | - |
| YUV | 54.1 | 99.16 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 60 | 3 | 0 | 0.03 | 0.95 | 0.76 | 57.97 | 0.91 | 0.13 |
| Hex | 3E | 3C | 3 | 0 | 3 | 5F | 4C | 3A | 5B | D |
| Octal | 76 | 74 | 3 | 0 | 3 | 137 | 114 | 72 | 133 | 15 |
| Binary | 111110 | 111100 | 11 | 0 | 11 | 1011111 | 1001100 | 111010 | 1011011 | 1101 |
Color Harmonies of #3E3C03
Complementary color
Monochromatic Colors of #3E3C03
Black with #3E3C03
Text Example
Text Example
White with #3E3C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3C03; }
p { color: rgb(62,60,3); }
H1.HeaderClassName
{
color: #3E3C03;
}
.AnyTagClassName
{
color: #3E3C03;
}
</style>
background-color css
<style>
a { background-color: #3E3C03; }
a { background-color: rgb(62,60,3); }
div.DivClassName
{
background-color: #3E3C03;
}
.BgClassName
{
background-color: #3E3C03;
}
</style>
border-color css
<style>
span { border-color: #3E3C03; }
span { border-color: rgb(62,60,3); }
td.TdClassName
{
border-color: #3E3C03;
}
.TagClassName
{
border-color: #3E3C03;
}
</style>