Shades of Turtle Green #393A13
Tints of Turtle Green #393A13
RGB
CMYK
RGB Variations
Color information
#393A13 (or 0x393A13) is known color: Turtle Green. HEX triplet: 39, 3A and 13. RGB value is (57,58,19). Sum of RGB (Red+Green+Blue) = 57+58+19=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 58 - color contains mainly: green. Hex color #393A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393A13 is #C6C5EC. Grayscale: #353535. Windows color (decimal): -13026797 or 1260089. OLE color: 1260089.
HSL color Cylindrical-coordinate representation of color #393A13: hue angle of 61.54º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #393A13 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 58 | 19 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.77 |
| HSL | 61.54º | 0.51% | 0.15% | - |
| HSV(B) | 61.54º | 0.67% | 0.23% | - |
| XYZ | 3.32 | 3.94 | 1.2 | - |
| YUV | 53.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 19 | 0.02 | 0 | 0.67 | 0.77 | 61.54 | 0.51 | 0.15 |
| Hex | 39 | 3A | 13 | 2 | 0 | 43 | 4D | 3E | 33 | F |
| Octal | 71 | 72 | 23 | 2 | 0 | 103 | 115 | 76 | 63 | 17 |
| Binary | 111001 | 111010 | 10011 | 10 | 0 | 1000011 | 1001101 | 111110 | 110011 | 1111 |
Color Harmonies of #393A13
Complementary color
Monochromatic Colors of #393A13
Black with #393A13
Text Example
Text Example
White with #393A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A13; }
p { color: rgb(57,58,19); }
H1.HeaderClassName
{
color: #393A13;
}
.AnyTagClassName
{
color: #393A13;
}
</style>
background-color css
<style>
a { background-color: #393A13; }
a { background-color: rgb(57,58,19); }
div.DivClassName
{
background-color: #393A13;
}
.BgClassName
{
background-color: #393A13;
}
</style>
border-color css
<style>
span { border-color: #393A13; }
span { border-color: rgb(57,58,19); }
td.TdClassName
{
border-color: #393A13;
}
.TagClassName
{
border-color: #393A13;
}
</style>