Shades of Turtle Green #393E15
Tints of Turtle Green #393E15
RGB
CMYK
RGB Variations
Color information
#393E15 (or 0x393E15) is known color: Turtle Green. HEX triplet: 39, 3E and 15. RGB value is (57,62,21). Sum of RGB (Red+Green+Blue) = 57+62+21=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 62 (24.61% from 255 or 44.29% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 62 - color contains mainly: green. Hex color #393E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393E15 is #C6C1EA. Grayscale: #373737. Windows color (decimal): -13025771 or 1392185. OLE color: 1392185.
HSL color Cylindrical-coordinate representation of color #393E15: hue angle of 67.32º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #393E15 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 62 | 21 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.76 |
| HSL | 67.32º | 0.49% | 0.16% | - |
| HSV(B) | 67.32º | 0.66% | 0.24% | - |
| XYZ | 3.55 | 4.37 | 1.37 | - |
| YUV | 55.83 | 108.34 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 62 | 21 | 0.08 | 0 | 0.66 | 0.76 | 67.32 | 0.49 | 0.16 |
| Hex | 39 | 3E | 15 | 8 | 0 | 42 | 4C | 43 | 31 | 10 |
| Octal | 71 | 76 | 25 | 10 | 0 | 102 | 114 | 103 | 61 | 20 |
| Binary | 111001 | 111110 | 10101 | 1000 | 0 | 1000010 | 1001100 | 1000011 | 110001 | 10000 |
Color Harmonies of #393E15
Complementary color
Monochromatic Colors of #393E15
Black with #393E15
Text Example
Text Example
White with #393E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393E15; }
p { color: rgb(57,62,21); }
H1.HeaderClassName
{
color: #393E15;
}
.AnyTagClassName
{
color: #393E15;
}
</style>
background-color css
<style>
a { background-color: #393E15; }
a { background-color: rgb(57,62,21); }
div.DivClassName
{
background-color: #393E15;
}
.BgClassName
{
background-color: #393E15;
}
</style>
border-color css
<style>
span { border-color: #393E15; }
span { border-color: rgb(57,62,21); }
td.TdClassName
{
border-color: #393E15;
}
.TagClassName
{
border-color: #393E15;
}
</style>