Shades of Turtle Green #3E4001
Tints of Turtle Green #3E4001
RGB
CMYK
RGB Variations
Color information
#3E4001 (or 0x3E4001) is known color: Turtle Green. HEX triplet: 3E, 40 and 01. RGB value is (62,64,1). Sum of RGB (Red+Green+Blue) = 62+64+1=127 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.82% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #3E4001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4001 is #C1BFFE. Grayscale: #383838. Windows color (decimal): -12697599 or 81982. OLE color: 81982.
HSL color Cylindrical-coordinate representation of color #3E4001: hue angle of 61.9º 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 #3E4001 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 64 | 1 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.75 |
| HSL | 61.9º | 0.97% | 0.13% | - |
| HSV(B) | 61.9º | 0.98% | 0.25% | - |
| XYZ | 3.83 | 4.69 | 0.73 | - |
| YUV | 56.22 | 96.84 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 1 | 0.03 | 0 | 0.98 | 0.75 | 61.9 | 0.97 | 0.13 |
| Hex | 3E | 40 | 1 | 3 | 0 | 62 | 4B | 3E | 61 | D |
| Octal | 76 | 100 | 1 | 3 | 0 | 142 | 113 | 76 | 141 | 15 |
| Binary | 111110 | 1000000 | 1 | 11 | 0 | 1100010 | 1001011 | 111110 | 1100001 | 1101 |
Color Harmonies of #3E4001
Complementary color
Monochromatic Colors of #3E4001
Black with #3E4001
Text Example
Text Example
White with #3E4001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4001; }
p { color: rgb(62,64,1); }
H1.HeaderClassName
{
color: #3E4001;
}
.AnyTagClassName
{
color: #3E4001;
}
</style>
background-color css
<style>
a { background-color: #3E4001; }
a { background-color: rgb(62,64,1); }
div.DivClassName
{
background-color: #3E4001;
}
.BgClassName
{
background-color: #3E4001;
}
</style>
border-color css
<style>
span { border-color: #3E4001; }
span { border-color: rgb(62,64,1); }
td.TdClassName
{
border-color: #3E4001;
}
.TagClassName
{
border-color: #3E4001;
}
</style>