Shades of Turtle Green #393C19
Tints of Turtle Green #393C19
RGB
CMYK
RGB Variations
Color information
#393C19 (or 0x393C19) is known color: Turtle Green. HEX triplet: 39, 3C and 19. RGB value is (57,60,25). Sum of RGB (Red+Green+Blue) = 57+60+25=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 60 - color contains mainly: green. Hex color #393C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393C19 is #C6C3E6. Grayscale: #373737. Windows color (decimal): -13026279 or 1653817. OLE color: 1653817.
HSL color Cylindrical-coordinate representation of color #393C19: hue angle of 65.14º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #393C19 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 60 | 25 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.76 |
| HSL | 65.14º | 0.41% | 0.17% | - |
| HSV(B) | 65.14º | 0.58% | 0.24% | - |
| XYZ | 3.48 | 4.17 | 1.54 | - |
| YUV | 55.11 | 111.01 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 25 | 0.05 | 0 | 0.58 | 0.76 | 65.14 | 0.41 | 0.17 |
| Hex | 39 | 3C | 19 | 5 | 0 | 3A | 4C | 41 | 29 | 11 |
| Octal | 71 | 74 | 31 | 5 | 0 | 72 | 114 | 101 | 51 | 21 |
| Binary | 111001 | 111100 | 11001 | 101 | 0 | 111010 | 1001100 | 1000001 | 101001 | 10001 |
Color Harmonies of #393C19
Complementary color
Monochromatic Colors of #393C19
Black with #393C19
Text Example
Text Example
White with #393C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393C19; }
p { color: rgb(57,60,25); }
H1.HeaderClassName
{
color: #393C19;
}
.AnyTagClassName
{
color: #393C19;
}
</style>
background-color css
<style>
a { background-color: #393C19; }
a { background-color: rgb(57,60,25); }
div.DivClassName
{
background-color: #393C19;
}
.BgClassName
{
background-color: #393C19;
}
</style>
border-color css
<style>
span { border-color: #393C19; }
span { border-color: rgb(57,60,25); }
td.TdClassName
{
border-color: #393C19;
}
.TagClassName
{
border-color: #393C19;
}
</style>