Shades of Turtle Green #393E01
Tints of Turtle Green #393E01
RGB
CMYK
RGB Variations
Color information
#393E01 (or 0x393E01) is known color: Turtle Green. HEX triplet: 39, 3E and 01. RGB value is (57,62,1). Sum of RGB (Red+Green+Blue) = 57+62+1=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 62 (24.61% from 255 or 51.67% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 62 - color contains mainly: green. Hex color #393E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393E01 is #C6C1FE. Grayscale: #353535. Windows color (decimal): -13025791 or 81465. OLE color: 81465.
HSL color Cylindrical-coordinate representation of color #393E01: hue angle of 64.92º 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 #393E01 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 62 | 1 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.76 |
| HSL | 64.92º | 0.97% | 0.12% | - |
| HSV(B) | 64.92º | 0.98% | 0.24% | - |
| XYZ | 3.42 | 4.32 | 0.68 | - |
| YUV | 53.55 | 98.34 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 62 | 1 | 0.08 | 0 | 0.98 | 0.76 | 64.92 | 0.97 | 0.12 |
| Hex | 39 | 3E | 1 | 8 | 0 | 62 | 4C | 41 | 61 | C |
| Octal | 71 | 76 | 1 | 10 | 0 | 142 | 114 | 101 | 141 | 14 |
| Binary | 111001 | 111110 | 1 | 1000 | 0 | 1100010 | 1001100 | 1000001 | 1100001 | 1100 |
Color Harmonies of #393E01
Complementary color
Monochromatic Colors of #393E01
Black with #393E01
Text Example
Text Example
White with #393E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393E01; }
p { color: rgb(57,62,1); }
H1.HeaderClassName
{
color: #393E01;
}
.AnyTagClassName
{
color: #393E01;
}
</style>
background-color css
<style>
a { background-color: #393E01; }
a { background-color: rgb(57,62,1); }
div.DivClassName
{
background-color: #393E01;
}
.BgClassName
{
background-color: #393E01;
}
</style>
border-color css
<style>
span { border-color: #393E01; }
span { border-color: rgb(57,62,1); }
td.TdClassName
{
border-color: #393E01;
}
.TagClassName
{
border-color: #393E01;
}
</style>