Shades of Turtle Green #393D01
Tints of Turtle Green #393D01
RGB
CMYK
RGB Variations
Color information
#393D01 (or 0x393D01) is known color: Turtle Green. HEX triplet: 39, 3D and 01. RGB value is (57,61,1). Sum of RGB (Red+Green+Blue) = 57+61+1=119 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.90% from 119); Green value is 61 (24.22% from 255 or 51.26% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 61 - color contains mainly: green. Hex color #393D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393D01 is #C6C2FE. Grayscale: #353535. Windows color (decimal): -13026047 or 81209. OLE color: 81209.
HSL color Cylindrical-coordinate representation of color #393D01: hue angle of 64º 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 #393D01 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 61 | 1 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.76 |
| HSL | 64º | 0.97% | 0.12% | - |
| HSV(B) | 64º | 0.98% | 0.24% | - |
| XYZ | 3.36 | 4.21 | 0.66 | - |
| YUV | 52.96 | 98.67 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 1 | 0.07 | 0 | 0.98 | 0.76 | 64 | 0.97 | 0.12 |
| Hex | 39 | 3D | 1 | 7 | 0 | 62 | 4C | 40 | 61 | C |
| Octal | 71 | 75 | 1 | 7 | 0 | 142 | 114 | 100 | 141 | 14 |
| Binary | 111001 | 111101 | 1 | 111 | 0 | 1100010 | 1001100 | 1000000 | 1100001 | 1100 |
Color Harmonies of #393D01
Complementary color
Monochromatic Colors of #393D01
Black with #393D01
Text Example
Text Example
White with #393D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D01; }
p { color: rgb(57,61,1); }
H1.HeaderClassName
{
color: #393D01;
}
.AnyTagClassName
{
color: #393D01;
}
</style>
background-color css
<style>
a { background-color: #393D01; }
a { background-color: rgb(57,61,1); }
div.DivClassName
{
background-color: #393D01;
}
.BgClassName
{
background-color: #393D01;
}
</style>
border-color css
<style>
span { border-color: #393D01; }
span { border-color: rgb(57,61,1); }
td.TdClassName
{
border-color: #393D01;
}
.TagClassName
{
border-color: #393D01;
}
</style>