Shades of Turtle Green #393C18
Tints of Turtle Green #393C18
RGB
CMYK
RGB Variations
Color information
#393C18 (or 0x393C18) is known color: Turtle Green. HEX triplet: 39, 3C and 18. RGB value is (57,60,24). Sum of RGB (Red+Green+Blue) = 57+60+24=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 60 (23.83% from 255 or 42.55% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 60 - color contains mainly: green. Hex color #393C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393C18 is #C6C3E7. Grayscale: #373737. Windows color (decimal): -13026280 or 1588281. OLE color: 1588281.
HSL color Cylindrical-coordinate representation of color #393C18: hue angle of 65º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #393C18 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 60 | 24 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.76 |
| HSL | 65º | 0.43% | 0.16% | - |
| HSV(B) | 65º | 0.6% | 0.24% | - |
| XYZ | 3.47 | 4.17 | 1.49 | - |
| YUV | 55 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 24 | 0.05 | 0 | 0.60 | 0.76 | 65 | 0.43 | 0.16 |
| Hex | 39 | 3C | 18 | 5 | 0 | 3C | 4C | 41 | 2B | 10 |
| Octal | 71 | 74 | 30 | 5 | 0 | 74 | 114 | 101 | 53 | 20 |
| Binary | 111001 | 111100 | 11000 | 101 | 0 | 111100 | 1001100 | 1000001 | 101011 | 10000 |
Color Harmonies of #393C18
Complementary color
Monochromatic Colors of #393C18
Black with #393C18
Text Example
Text Example
White with #393C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393C18; }
p { color: rgb(57,60,24); }
H1.HeaderClassName
{
color: #393C18;
}
.AnyTagClassName
{
color: #393C18;
}
</style>
background-color css
<style>
a { background-color: #393C18; }
a { background-color: rgb(57,60,24); }
div.DivClassName
{
background-color: #393C18;
}
.BgClassName
{
background-color: #393C18;
}
</style>
border-color css
<style>
span { border-color: #393C18; }
span { border-color: rgb(57,60,24); }
td.TdClassName
{
border-color: #393C18;
}
.TagClassName
{
border-color: #393C18;
}
</style>