Shades of Turtle Green #393F01
Tints of Turtle Green #393F01
RGB
CMYK
RGB Variations
Color information
#393F01 (or 0x393F01) is known color: Turtle Green. HEX triplet: 39, 3F and 01. RGB value is (57,63,1). Sum of RGB (Red+Green+Blue) = 57+63+1=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 63 (25% from 255 or 52.07% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 63 - color contains mainly: green. Hex color #393F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393F01 is #C6C0FE. Grayscale: #363636. Windows color (decimal): -13025535 or 81721. OLE color: 81721.
HSL color Cylindrical-coordinate representation of color #393F01: hue angle of 65.81º 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 #393F01 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 63 | 1 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.75 |
| HSL | 65.81º | 0.97% | 0.13% | - |
| HSV(B) | 65.81º | 0.98% | 0.25% | - |
| XYZ | 3.47 | 4.43 | 0.7 | - |
| YUV | 54.14 | 98.01 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 1 | 0.10 | 0 | 0.98 | 0.75 | 65.81 | 0.97 | 0.13 |
| Hex | 39 | 3F | 1 | A | 0 | 62 | 4B | 42 | 61 | D |
| Octal | 71 | 77 | 1 | 12 | 0 | 142 | 113 | 102 | 141 | 15 |
| Binary | 111001 | 111111 | 1 | 1010 | 0 | 1100010 | 1001011 | 1000010 | 1100001 | 1101 |
Color Harmonies of #393F01
Complementary color
Monochromatic Colors of #393F01
Black with #393F01
Text Example
Text Example
White with #393F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F01; }
p { color: rgb(57,63,1); }
H1.HeaderClassName
{
color: #393F01;
}
.AnyTagClassName
{
color: #393F01;
}
</style>
background-color css
<style>
a { background-color: #393F01; }
a { background-color: rgb(57,63,1); }
div.DivClassName
{
background-color: #393F01;
}
.BgClassName
{
background-color: #393F01;
}
</style>
border-color css
<style>
span { border-color: #393F01; }
span { border-color: rgb(57,63,1); }
td.TdClassName
{
border-color: #393F01;
}
.TagClassName
{
border-color: #393F01;
}
</style>