Shades of Turtle Green #393C1E
Tints of Turtle Green #393C1E
RGB
CMYK
RGB Variations
Color information
#393C1E (or 0x393C1E) is known color: Turtle Green. HEX triplet: 39, 3C and 1E. RGB value is (57,60,30). Sum of RGB (Red+Green+Blue) = 57+60+30=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 60 - color contains mainly: green. Hex color #393C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393C1E is #C6C3E1. Grayscale: #373737. Windows color (decimal): -13026274 or 1981497. OLE color: 1981497.
HSL color Cylindrical-coordinate representation of color #393C1E: hue angle of 66º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #393C1E is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 60 | 30 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.76 |
| HSL | 66º | 0.33% | 0.18% | - |
| HSV(B) | 66º | 0.5% | 0.24% | - |
| XYZ | 3.54 | 4.2 | 1.85 | - |
| YUV | 55.68 | 113.51 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 30 | 0.05 | 0 | 0.50 | 0.76 | 66 | 0.33 | 0.18 |
| Hex | 39 | 3C | 1E | 5 | 0 | 32 | 4C | 42 | 21 | 12 |
| Octal | 71 | 74 | 36 | 5 | 0 | 62 | 114 | 102 | 41 | 22 |
| Binary | 111001 | 111100 | 11110 | 101 | 0 | 110010 | 1001100 | 1000010 | 100001 | 10010 |
Color Harmonies of #393C1E
Complementary color
Monochromatic Colors of #393C1E
Black with #393C1E
Text Example
Text Example
White with #393C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393C1E; }
p { color: rgb(57,60,30); }
H1.HeaderClassName
{
color: #393C1E;
}
.AnyTagClassName
{
color: #393C1E;
}
</style>
background-color css
<style>
a { background-color: #393C1E; }
a { background-color: rgb(57,60,30); }
div.DivClassName
{
background-color: #393C1E;
}
.BgClassName
{
background-color: #393C1E;
}
</style>
border-color css
<style>
span { border-color: #393C1E; }
span { border-color: rgb(57,60,30); }
td.TdClassName
{
border-color: #393C1E;
}
.TagClassName
{
border-color: #393C1E;
}
</style>