Shades of Turtle Green #393E13
Tints of Turtle Green #393E13
RGB
CMYK
RGB Variations
Color information
#393E13 (or 0x393E13) is known color: Turtle Green. HEX triplet: 39, 3E and 13. RGB value is (57,62,19). Sum of RGB (Red+Green+Blue) = 57+62+19=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 62 (24.61% from 255 or 44.93% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 62 - color contains mainly: green. Hex color #393E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393E13 is #C6C1EC. Grayscale: #373737. Windows color (decimal): -13025773 or 1261113. OLE color: 1261113.
HSL color Cylindrical-coordinate representation of color #393E13: hue angle of 66.98º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #393E13 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 62 | 19 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.76 |
| HSL | 66.98º | 0.53% | 0.16% | - |
| HSV(B) | 66.98º | 0.69% | 0.24% | - |
| XYZ | 3.53 | 4.36 | 1.27 | - |
| YUV | 55.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 62 | 19 | 0.08 | 0 | 0.69 | 0.76 | 66.98 | 0.53 | 0.16 |
| Hex | 39 | 3E | 13 | 8 | 0 | 45 | 4C | 43 | 35 | 10 |
| Octal | 71 | 76 | 23 | 10 | 0 | 105 | 114 | 103 | 65 | 20 |
| Binary | 111001 | 111110 | 10011 | 1000 | 0 | 1000101 | 1001100 | 1000011 | 110101 | 10000 |
Color Harmonies of #393E13
Complementary color
Monochromatic Colors of #393E13
Black with #393E13
Text Example
Text Example
White with #393E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393E13; }
p { color: rgb(57,62,19); }
H1.HeaderClassName
{
color: #393E13;
}
.AnyTagClassName
{
color: #393E13;
}
</style>
background-color css
<style>
a { background-color: #393E13; }
a { background-color: rgb(57,62,19); }
div.DivClassName
{
background-color: #393E13;
}
.BgClassName
{
background-color: #393E13;
}
</style>
border-color css
<style>
span { border-color: #393E13; }
span { border-color: rgb(57,62,19); }
td.TdClassName
{
border-color: #393E13;
}
.TagClassName
{
border-color: #393E13;
}
</style>