Shades of Turtle Green #3E3C01
Tints of Turtle Green #3E3C01
RGB
CMYK
RGB Variations
Color information
#3E3C01 (or 0x3E3C01) is known color: Turtle Green. HEX triplet: 3E, 3C and 01. RGB value is (62,60,1). Sum of RGB (Red+Green+Blue) = 62+60+1=123 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.41% from 123); Green value is 60 (23.83% from 255 or 48.78% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3C01 is #C1C3FE. Grayscale: #363636. Windows color (decimal): -12698623 or 80958. OLE color: 80958.
HSL color Cylindrical-coordinate representation of color #3E3C01: hue angle of 58.03º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E3C01 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 60 | 1 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.76 |
| HSL | 58.03º | 0.97% | 0.12% | - |
| HSV(B) | 58.03º | 0.98% | 0.24% | - |
| XYZ | 3.61 | 4.26 | 0.66 | - |
| YUV | 53.87 | 98.16 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 60 | 1 | 0 | 0.03 | 0.98 | 0.76 | 58.03 | 0.97 | 0.12 |
| Hex | 3E | 3C | 1 | 0 | 3 | 62 | 4C | 3A | 61 | C |
| Octal | 76 | 74 | 1 | 0 | 3 | 142 | 114 | 72 | 141 | 14 |
| Binary | 111110 | 111100 | 1 | 0 | 11 | 1100010 | 1001100 | 111010 | 1100001 | 1100 |
Color Harmonies of #3E3C01
Complementary color
Monochromatic Colors of #3E3C01
Black with #3E3C01
Text Example
Text Example
White with #3E3C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3C01; }
p { color: rgb(62,60,1); }
H1.HeaderClassName
{
color: #3E3C01;
}
.AnyTagClassName
{
color: #3E3C01;
}
</style>
background-color css
<style>
a { background-color: #3E3C01; }
a { background-color: rgb(62,60,1); }
div.DivClassName
{
background-color: #3E3C01;
}
.BgClassName
{
background-color: #3E3C01;
}
</style>
border-color css
<style>
span { border-color: #3E3C01; }
span { border-color: rgb(62,60,1); }
td.TdClassName
{
border-color: #3E3C01;
}
.TagClassName
{
border-color: #3E3C01;
}
</style>