Shades of Turtle Green #393B11
Tints of Turtle Green #393B11
RGB
CMYK
RGB Variations
Color information
#393B11 (or 0x393B11) is known color: Turtle Green. HEX triplet: 39, 3B and 11. RGB value is (57,59,17). Sum of RGB (Red+Green+Blue) = 57+59+17=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 59 - color contains mainly: green. Hex color #393B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393B11 is #C6C4EE. Grayscale: #353535. Windows color (decimal): -13026543 or 1129273. OLE color: 1129273.
HSL color Cylindrical-coordinate representation of color #393B11: hue angle of 62.86º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #393B11 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 59 | 17 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.77 |
| HSL | 62.86º | 0.55% | 0.15% | - |
| HSV(B) | 62.86º | 0.71% | 0.23% | - |
| XYZ | 3.35 | 4.04 | 1.13 | - |
| YUV | 53.61 | 107.34 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 17 | 0.03 | 0 | 0.71 | 0.77 | 62.86 | 0.55 | 0.15 |
| Hex | 39 | 3B | 11 | 3 | 0 | 47 | 4D | 3F | 37 | F |
| Octal | 71 | 73 | 21 | 3 | 0 | 107 | 115 | 77 | 67 | 17 |
| Binary | 111001 | 111011 | 10001 | 11 | 0 | 1000111 | 1001101 | 111111 | 110111 | 1111 |
Color Harmonies of #393B11
Complementary color
Monochromatic Colors of #393B11
Black with #393B11
Text Example
Text Example
White with #393B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B11; }
p { color: rgb(57,59,17); }
H1.HeaderClassName
{
color: #393B11;
}
.AnyTagClassName
{
color: #393B11;
}
</style>
background-color css
<style>
a { background-color: #393B11; }
a { background-color: rgb(57,59,17); }
div.DivClassName
{
background-color: #393B11;
}
.BgClassName
{
background-color: #393B11;
}
</style>
border-color css
<style>
span { border-color: #393B11; }
span { border-color: rgb(57,59,17); }
td.TdClassName
{
border-color: #393B11;
}
.TagClassName
{
border-color: #393B11;
}
</style>