Shades of Turtle Green #393B1D
Tints of Turtle Green #393B1D
RGB
CMYK
RGB Variations
Color information
#393B1D (or 0x393B1D) is known color: Turtle Green. HEX triplet: 39, 3B and 1D. RGB value is (57,59,29). Sum of RGB (Red+Green+Blue) = 57+59+29=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 59 - color contains mainly: green. Hex color #393B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393B1D is #C6C4E2. Grayscale: #373737. Windows color (decimal): -13026531 or 1915705. OLE color: 1915705.
HSL color Cylindrical-coordinate representation of color #393B1D: hue angle of 64º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #393B1D is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 59 | 29 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.77 |
| HSL | 64º | 0.34% | 0.17% | - |
| HSV(B) | 64º | 0.51% | 0.23% | - |
| XYZ | 3.47 | 4.09 | 1.77 | - |
| YUV | 54.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 29 | 0.03 | 0 | 0.51 | 0.77 | 64 | 0.34 | 0.17 |
| Hex | 39 | 3B | 1D | 3 | 0 | 33 | 4D | 40 | 22 | 11 |
| Octal | 71 | 73 | 35 | 3 | 0 | 63 | 115 | 100 | 42 | 21 |
| Binary | 111001 | 111011 | 11101 | 11 | 0 | 110011 | 1001101 | 1000000 | 100010 | 10001 |
Color Harmonies of #393B1D
Complementary color
Monochromatic Colors of #393B1D
Black with #393B1D
Text Example
Text Example
White with #393B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B1D; }
p { color: rgb(57,59,29); }
H1.HeaderClassName
{
color: #393B1D;
}
.AnyTagClassName
{
color: #393B1D;
}
</style>
background-color css
<style>
a { background-color: #393B1D; }
a { background-color: rgb(57,59,29); }
div.DivClassName
{
background-color: #393B1D;
}
.BgClassName
{
background-color: #393B1D;
}
</style>
border-color css
<style>
span { border-color: #393B1D; }
span { border-color: rgb(57,59,29); }
td.TdClassName
{
border-color: #393B1D;
}
.TagClassName
{
border-color: #393B1D;
}
</style>