Shades of Turtle Green #3E3D01
Tints of Turtle Green #3E3D01
RGB
CMYK
RGB Variations
Color information
#3E3D01 (or 0x3E3D01) is known color: Turtle Green. HEX triplet: 3E, 3D and 01. RGB value is (62,61,1). Sum of RGB (Red+Green+Blue) = 62+61+1=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 61 (24.22% from 255 or 49.19% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3D01 is #C1C2FE. Grayscale: #363636. Windows color (decimal): -12698367 or 81214. OLE color: 81214.
HSL color Cylindrical-coordinate representation of color #3E3D01: hue angle of 59.02º 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 #3E3D01 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 61 | 1 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.76 |
| HSL | 59.02º | 0.97% | 0.12% | - |
| HSV(B) | 59.02º | 0.98% | 0.24% | - |
| XYZ | 3.66 | 4.36 | 0.68 | - |
| YUV | 54.46 | 97.83 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 61 | 1 | 0 | 0.02 | 0.98 | 0.76 | 59.02 | 0.97 | 0.12 |
| Hex | 3E | 3D | 1 | 0 | 2 | 62 | 4C | 3B | 61 | C |
| Octal | 76 | 75 | 1 | 0 | 2 | 142 | 114 | 73 | 141 | 14 |
| Binary | 111110 | 111101 | 1 | 0 | 10 | 1100010 | 1001100 | 111011 | 1100001 | 1100 |
Color Harmonies of #3E3D01
Complementary color
Monochromatic Colors of #3E3D01
Black with #3E3D01
Text Example
Text Example
White with #3E3D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3D01; }
p { color: rgb(62,61,1); }
H1.HeaderClassName
{
color: #3E3D01;
}
.AnyTagClassName
{
color: #3E3D01;
}
</style>
background-color css
<style>
a { background-color: #3E3D01; }
a { background-color: rgb(62,61,1); }
div.DivClassName
{
background-color: #3E3D01;
}
.BgClassName
{
background-color: #3E3D01;
}
</style>
border-color css
<style>
span { border-color: #3E3D01; }
span { border-color: rgb(62,61,1); }
td.TdClassName
{
border-color: #3E3D01;
}
.TagClassName
{
border-color: #3E3D01;
}
</style>