Shades of Turtle Green #393B15
Tints of Turtle Green #393B15
RGB
CMYK
RGB Variations
Color information
#393B15 (or 0x393B15) is known color: Turtle Green. HEX triplet: 39, 3B and 15. RGB value is (57,59,21). Sum of RGB (Red+Green+Blue) = 57+59+21=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 59 (23.44% from 255 or 43.07% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 59 - color contains mainly: green. Hex color #393B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393B15 is #C6C4EA. Grayscale: #363636. Windows color (decimal): -13026539 or 1391417. OLE color: 1391417.
HSL color Cylindrical-coordinate representation of color #393B15: hue angle of 63.16º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #393B15 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 59 | 21 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.77 |
| HSL | 63.16º | 0.48% | 0.16% | - |
| HSV(B) | 63.16º | 0.64% | 0.23% | - |
| XYZ | 3.39 | 4.05 | 1.31 | - |
| YUV | 54.07 | 109.34 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 21 | 0.03 | 0 | 0.64 | 0.77 | 63.16 | 0.48 | 0.16 |
| Hex | 39 | 3B | 15 | 3 | 0 | 40 | 4D | 3F | 30 | 10 |
| Octal | 71 | 73 | 25 | 3 | 0 | 100 | 115 | 77 | 60 | 20 |
| Binary | 111001 | 111011 | 10101 | 11 | 0 | 1000000 | 1001101 | 111111 | 110000 | 10000 |
Color Harmonies of #393B15
Complementary color
Monochromatic Colors of #393B15
Black with #393B15
Text Example
Text Example
White with #393B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B15; }
p { color: rgb(57,59,21); }
H1.HeaderClassName
{
color: #393B15;
}
.AnyTagClassName
{
color: #393B15;
}
</style>
background-color css
<style>
a { background-color: #393B15; }
a { background-color: rgb(57,59,21); }
div.DivClassName
{
background-color: #393B15;
}
.BgClassName
{
background-color: #393B15;
}
</style>
border-color css
<style>
span { border-color: #393B15; }
span { border-color: rgb(57,59,21); }
td.TdClassName
{
border-color: #393B15;
}
.TagClassName
{
border-color: #393B15;
}
</style>