Shades of Turtle Green #3E3F01
Tints of Turtle Green #3E3F01
RGB
CMYK
RGB Variations
Color information
#3E3F01 (or 0x3E3F01) is known color: Turtle Green. HEX triplet: 3E, 3F and 01. RGB value is (62,63,1). Sum of RGB (Red+Green+Blue) = 62+63+1=126 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.21% from 126); Green value is 63 (25% from 255 or 50% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 63 - color contains mainly: green. Hex color #3E3F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3F01 is #C1C0FE. Grayscale: #373737. Windows color (decimal): -12697855 or 81726. OLE color: 81726.
HSL color Cylindrical-coordinate representation of color #3E3F01: hue angle of 60.97º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E3F01 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 63 | 1 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.75 |
| HSL | 60.97º | 0.97% | 0.13% | - |
| HSV(B) | 60.97º | 0.98% | 0.25% | - |
| XYZ | 3.77 | 4.58 | 0.71 | - |
| YUV | 55.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 63 | 1 | 0.02 | 0 | 0.98 | 0.75 | 60.97 | 0.97 | 0.13 |
| Hex | 3E | 3F | 1 | 2 | 0 | 62 | 4B | 3D | 61 | D |
| Octal | 76 | 77 | 1 | 2 | 0 | 142 | 113 | 75 | 141 | 15 |
| Binary | 111110 | 111111 | 1 | 10 | 0 | 1100010 | 1001011 | 111101 | 1100001 | 1101 |
Color Harmonies of #3E3F01
Complementary color
Monochromatic Colors of #3E3F01
Black with #3E3F01
Text Example
Text Example
White with #3E3F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3F01; }
p { color: rgb(62,63,1); }
H1.HeaderClassName
{
color: #3E3F01;
}
.AnyTagClassName
{
color: #3E3F01;
}
</style>
background-color css
<style>
a { background-color: #3E3F01; }
a { background-color: rgb(62,63,1); }
div.DivClassName
{
background-color: #3E3F01;
}
.BgClassName
{
background-color: #3E3F01;
}
</style>
border-color css
<style>
span { border-color: #3E3F01; }
span { border-color: rgb(62,63,1); }
td.TdClassName
{
border-color: #3E3F01;
}
.TagClassName
{
border-color: #3E3F01;
}
</style>