Shades of Turtle Green #393B02
Tints of Turtle Green #393B02
RGB
CMYK
RGB Variations
Color information
#393B02 (or 0x393B02) is known color: Turtle Green. HEX triplet: 39, 3B and 02. RGB value is (57,59,2). Sum of RGB (Red+Green+Blue) = 57+59+2=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 59 (23.44% from 255 or 50% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 59 - color contains mainly: green. Hex color #393B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393B02 is #C6C4FD. Grayscale: #343434. Windows color (decimal): -13026558 or 146233. OLE color: 146233.
HSL color Cylindrical-coordinate representation of color #393B02: hue angle of 62.11º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #393B02 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 59 | 2 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.77 |
| HSL | 62.11º | 0.93% | 0.12% | - |
| HSV(B) | 62.11º | 0.97% | 0.23% | - |
| XYZ | 3.26 | 4 | 0.66 | - |
| YUV | 51.9 | 99.84 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 2 | 0.03 | 0 | 0.97 | 0.77 | 62.11 | 0.93 | 0.12 |
| Hex | 39 | 3B | 2 | 3 | 0 | 61 | 4D | 3E | 5D | C |
| Octal | 71 | 73 | 2 | 3 | 0 | 141 | 115 | 76 | 135 | 14 |
| Binary | 111001 | 111011 | 10 | 11 | 0 | 1100001 | 1001101 | 111110 | 1011101 | 1100 |
Color Harmonies of #393B02
Complementary color
Monochromatic Colors of #393B02
Black with #393B02
Text Example
Text Example
White with #393B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B02; }
p { color: rgb(57,59,2); }
H1.HeaderClassName
{
color: #393B02;
}
.AnyTagClassName
{
color: #393B02;
}
</style>
background-color css
<style>
a { background-color: #393B02; }
a { background-color: rgb(57,59,2); }
div.DivClassName
{
background-color: #393B02;
}
.BgClassName
{
background-color: #393B02;
}
</style>
border-color css
<style>
span { border-color: #393B02; }
span { border-color: rgb(57,59,2); }
td.TdClassName
{
border-color: #393B02;
}
.TagClassName
{
border-color: #393B02;
}
</style>