Shades of Turtle Green #393B0B
Tints of Turtle Green #393B0B
RGB
CMYK
RGB Variations
Color information
#393B0B (or 0x393B0B) is known color: Turtle Green. HEX triplet: 39, 3B and 0B. RGB value is (57,59,11). Sum of RGB (Red+Green+Blue) = 57+59+11=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 59 (23.44% from 255 or 46.46% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 59 - color contains mainly: green. Hex color #393B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393B0B is #C6C4F4. Grayscale: #353535. Windows color (decimal): -13026549 or 736057. OLE color: 736057.
HSL color Cylindrical-coordinate representation of color #393B0B: hue angle of 62.5º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #393B0B is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 59 | 11 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.77 |
| HSL | 62.5º | 0.69% | 0.14% | - |
| HSV(B) | 62.5º | 0.81% | 0.23% | - |
| XYZ | 3.31 | 4.02 | 0.92 | - |
| YUV | 52.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 11 | 0.03 | 0 | 0.81 | 0.77 | 62.5 | 0.69 | 0.14 |
| Hex | 39 | 3B | B | 3 | 0 | 51 | 4D | 3F | 45 | E |
| Octal | 71 | 73 | 13 | 3 | 0 | 121 | 115 | 77 | 105 | 16 |
| Binary | 111001 | 111011 | 1011 | 11 | 0 | 1010001 | 1001101 | 111111 | 1000101 | 1110 |
Color Harmonies of #393B0B
Complementary color
Monochromatic Colors of #393B0B
Black with #393B0B
Text Example
Text Example
White with #393B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B0B; }
p { color: rgb(57,59,11); }
H1.HeaderClassName
{
color: #393B0B;
}
.AnyTagClassName
{
color: #393B0B;
}
</style>
background-color css
<style>
a { background-color: #393B0B; }
a { background-color: rgb(57,59,11); }
div.DivClassName
{
background-color: #393B0B;
}
.BgClassName
{
background-color: #393B0B;
}
</style>
border-color css
<style>
span { border-color: #393B0B; }
span { border-color: rgb(57,59,11); }
td.TdClassName
{
border-color: #393B0B;
}
.TagClassName
{
border-color: #393B0B;
}
</style>