Shades of Turtle Green #393D12
Tints of Turtle Green #393D12
RGB
CMYK
RGB Variations
Color information
#393D12 (or 0x393D12) is known color: Turtle Green. HEX triplet: 39, 3D and 12. RGB value is (57,61,18). Sum of RGB (Red+Green+Blue) = 57+61+18=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 61 (24.22% from 255 or 44.85% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 61 - color contains mainly: green. Hex color #393D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393D12 is #C6C2ED. Grayscale: #373737. Windows color (decimal): -13026030 or 1195321. OLE color: 1195321.
HSL color Cylindrical-coordinate representation of color #393D12: hue angle of 65.58º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #393D12 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 61 | 18 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.76 |
| HSL | 65.58º | 0.54% | 0.15% | - |
| HSV(B) | 65.58º | 0.7% | 0.24% | - |
| XYZ | 3.47 | 4.25 | 1.21 | - |
| YUV | 54.9 | 107.17 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 18 | 0.07 | 0 | 0.70 | 0.76 | 65.58 | 0.54 | 0.15 |
| Hex | 39 | 3D | 12 | 7 | 0 | 46 | 4C | 42 | 36 | F |
| Octal | 71 | 75 | 22 | 7 | 0 | 106 | 114 | 102 | 66 | 17 |
| Binary | 111001 | 111101 | 10010 | 111 | 0 | 1000110 | 1001100 | 1000010 | 110110 | 1111 |
Color Harmonies of #393D12
Complementary color
Monochromatic Colors of #393D12
Black with #393D12
Text Example
Text Example
White with #393D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D12; }
p { color: rgb(57,61,18); }
H1.HeaderClassName
{
color: #393D12;
}
.AnyTagClassName
{
color: #393D12;
}
</style>
background-color css
<style>
a { background-color: #393D12; }
a { background-color: rgb(57,61,18); }
div.DivClassName
{
background-color: #393D12;
}
.BgClassName
{
background-color: #393D12;
}
</style>
border-color css
<style>
span { border-color: #393D12; }
span { border-color: rgb(57,61,18); }
td.TdClassName
{
border-color: #393D12;
}
.TagClassName
{
border-color: #393D12;
}
</style>