Shades of Turtle Green #393C16
Tints of Turtle Green #393C16
RGB
CMYK
RGB Variations
Color information
#393C16 (or 0x393C16) is known color: Turtle Green. HEX triplet: 39, 3C and 16. RGB value is (57,60,22). Sum of RGB (Red+Green+Blue) = 57+60+22=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 60 (23.83% from 255 or 43.17% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 60 - color contains mainly: green. Hex color #393C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393C16 is #C6C3E9. Grayscale: #363636. Windows color (decimal): -13026282 or 1457209. OLE color: 1457209.
HSL color Cylindrical-coordinate representation of color #393C16: hue angle of 64.74º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #393C16 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 60 | 22 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.76 |
| HSL | 64.74º | 0.46% | 0.16% | - |
| HSV(B) | 64.74º | 0.63% | 0.24% | - |
| XYZ | 3.45 | 4.16 | 1.38 | - |
| YUV | 54.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 22 | 0.05 | 0 | 0.63 | 0.76 | 64.74 | 0.46 | 0.16 |
| Hex | 39 | 3C | 16 | 5 | 0 | 3F | 4C | 41 | 2E | 10 |
| Octal | 71 | 74 | 26 | 5 | 0 | 77 | 114 | 101 | 56 | 20 |
| Binary | 111001 | 111100 | 10110 | 101 | 0 | 111111 | 1001100 | 1000001 | 101110 | 10000 |
Color Harmonies of #393C16
Complementary color
Monochromatic Colors of #393C16
Black with #393C16
Text Example
Text Example
White with #393C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393C16; }
p { color: rgb(57,60,22); }
H1.HeaderClassName
{
color: #393C16;
}
.AnyTagClassName
{
color: #393C16;
}
</style>
background-color css
<style>
a { background-color: #393C16; }
a { background-color: rgb(57,60,22); }
div.DivClassName
{
background-color: #393C16;
}
.BgClassName
{
background-color: #393C16;
}
</style>
border-color css
<style>
span { border-color: #393C16; }
span { border-color: rgb(57,60,22); }
td.TdClassName
{
border-color: #393C16;
}
.TagClassName
{
border-color: #393C16;
}
</style>