Shades of Turtle Green #393D1A
Tints of Turtle Green #393D1A
RGB
CMYK
RGB Variations
Color information
#393D1A (or 0x393D1A) is known color: Turtle Green. HEX triplet: 39, 3D and 1A. RGB value is (57,61,26). Sum of RGB (Red+Green+Blue) = 57+61+26=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 61 (24.22% from 255 or 42.36% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 61 - color contains mainly: green. Hex color #393D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393D1A is #C6C2E5. Grayscale: #373737. Windows color (decimal): -13026022 or 1719609. OLE color: 1719609.
HSL color Cylindrical-coordinate representation of color #393D1A: hue angle of 66.86º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #393D1A is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 61 | 26 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.76 |
| HSL | 66.86º | 0.4% | 0.17% | - |
| HSV(B) | 66.86º | 0.57% | 0.24% | - |
| XYZ | 3.54 | 4.28 | 1.62 | - |
| YUV | 55.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 26 | 0.07 | 0 | 0.57 | 0.76 | 66.86 | 0.4 | 0.17 |
| Hex | 39 | 3D | 1A | 7 | 0 | 39 | 4C | 43 | 28 | 11 |
| Octal | 71 | 75 | 32 | 7 | 0 | 71 | 114 | 103 | 50 | 21 |
| Binary | 111001 | 111101 | 11010 | 111 | 0 | 111001 | 1001100 | 1000011 | 101000 | 10001 |
Color Harmonies of #393D1A
Complementary color
Monochromatic Colors of #393D1A
Black with #393D1A
Text Example
Text Example
White with #393D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D1A; }
p { color: rgb(57,61,26); }
H1.HeaderClassName
{
color: #393D1A;
}
.AnyTagClassName
{
color: #393D1A;
}
</style>
background-color css
<style>
a { background-color: #393D1A; }
a { background-color: rgb(57,61,26); }
div.DivClassName
{
background-color: #393D1A;
}
.BgClassName
{
background-color: #393D1A;
}
</style>
border-color css
<style>
span { border-color: #393D1A; }
span { border-color: rgb(57,61,26); }
td.TdClassName
{
border-color: #393D1A;
}
.TagClassName
{
border-color: #393D1A;
}
</style>