Shades of Turtle Green #3E3B01
Tints of Turtle Green #3E3B01
RGB
CMYK
RGB Variations
Color information
#3E3B01 (or 0x3E3B01) is known color: Turtle Green. HEX triplet: 3E, 3B and 01. RGB value is (62,59,1). Sum of RGB (Red+Green+Blue) = 62+59+1=122 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.82% from 122); Green value is 59 (23.44% from 255 or 48.36% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3B01 is #C1C4FE. Grayscale: #353535. Windows color (decimal): -12698879 or 80702. OLE color: 80702.
HSL color Cylindrical-coordinate representation of color #3E3B01: hue angle of 57.05º 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 #3E3B01 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 59 | 1 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.76 |
| HSL | 57.05º | 0.97% | 0.12% | - |
| HSV(B) | 57.05º | 0.98% | 0.24% | - |
| XYZ | 3.56 | 4.15 | 0.64 | - |
| YUV | 53.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 59 | 1 | 0 | 0.05 | 0.98 | 0.76 | 57.05 | 0.97 | 0.12 |
| Hex | 3E | 3B | 1 | 0 | 5 | 62 | 4C | 39 | 61 | C |
| Octal | 76 | 73 | 1 | 0 | 5 | 142 | 114 | 71 | 141 | 14 |
| Binary | 111110 | 111011 | 1 | 0 | 101 | 1100010 | 1001100 | 111001 | 1100001 | 1100 |
Color Harmonies of #3E3B01
Complementary color
Monochromatic Colors of #3E3B01
Black with #3E3B01
Text Example
Text Example
White with #3E3B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3B01; }
p { color: rgb(62,59,1); }
H1.HeaderClassName
{
color: #3E3B01;
}
.AnyTagClassName
{
color: #3E3B01;
}
</style>
background-color css
<style>
a { background-color: #3E3B01; }
a { background-color: rgb(62,59,1); }
div.DivClassName
{
background-color: #3E3B01;
}
.BgClassName
{
background-color: #3E3B01;
}
</style>
border-color css
<style>
span { border-color: #3E3B01; }
span { border-color: rgb(62,59,1); }
td.TdClassName
{
border-color: #3E3B01;
}
.TagClassName
{
border-color: #3E3B01;
}
</style>