Shades of Turtle Green #393C1D
Tints of Turtle Green #393C1D
RGB
CMYK
RGB Variations
Color information
#393C1D (or 0x393C1D) is known color: Turtle Green. HEX triplet: 39, 3C and 1D. RGB value is (57,60,29). Sum of RGB (Red+Green+Blue) = 57+60+29=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 60 - color contains mainly: green. Hex color #393C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393C1D is #C6C3E2. Grayscale: #373737. Windows color (decimal): -13026275 or 1915961. OLE color: 1915961.
HSL color Cylindrical-coordinate representation of color #393C1D: hue angle of 65.81º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #393C1D is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 60 | 29 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.76 |
| HSL | 65.81º | 0.35% | 0.17% | - |
| HSV(B) | 65.81º | 0.52% | 0.24% | - |
| XYZ | 3.52 | 4.19 | 1.79 | - |
| YUV | 55.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 29 | 0.05 | 0 | 0.52 | 0.76 | 65.81 | 0.35 | 0.17 |
| Hex | 39 | 3C | 1D | 5 | 0 | 34 | 4C | 42 | 23 | 11 |
| Octal | 71 | 74 | 35 | 5 | 0 | 64 | 114 | 102 | 43 | 21 |
| Binary | 111001 | 111100 | 11101 | 101 | 0 | 110100 | 1001100 | 1000010 | 100011 | 10001 |
Color Harmonies of #393C1D
Complementary color
Monochromatic Colors of #393C1D
Black with #393C1D
Text Example
Text Example
White with #393C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393C1D; }
p { color: rgb(57,60,29); }
H1.HeaderClassName
{
color: #393C1D;
}
.AnyTagClassName
{
color: #393C1D;
}
</style>
background-color css
<style>
a { background-color: #393C1D; }
a { background-color: rgb(57,60,29); }
div.DivClassName
{
background-color: #393C1D;
}
.BgClassName
{
background-color: #393C1D;
}
</style>
border-color css
<style>
span { border-color: #393C1D; }
span { border-color: rgb(57,60,29); }
td.TdClassName
{
border-color: #393C1D;
}
.TagClassName
{
border-color: #393C1D;
}
</style>