Shades of Turtle Green #393F20
Tints of Turtle Green #393F20
RGB
CMYK
RGB Variations
Color information
#393F20 (or 0x393F20) is known color: Turtle Green. HEX triplet: 39, 3F and 20. RGB value is (57,63,32). Sum of RGB (Red+Green+Blue) = 57+63+32=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 63 - color contains mainly: green. Hex color #393F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393F20 is #C6C0DF. Grayscale: #393939. Windows color (decimal): -13025504 or 2113337. OLE color: 2113337.
HSL color Cylindrical-coordinate representation of color #393F20: hue angle of 71.61º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #393F20 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 63 | 32 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.75 |
| HSL | 71.61º | 0.33% | 0.19% | - |
| HSV(B) | 71.61º | 0.49% | 0.25% | - |
| XYZ | 3.73 | 4.53 | 2.04 | - |
| YUV | 57.67 | 113.51 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 32 | 0.10 | 0 | 0.49 | 0.75 | 71.61 | 0.33 | 0.19 |
| Hex | 39 | 3F | 20 | A | 0 | 31 | 4B | 48 | 21 | 13 |
| Octal | 71 | 77 | 40 | 12 | 0 | 61 | 113 | 110 | 41 | 23 |
| Binary | 111001 | 111111 | 100000 | 1010 | 0 | 110001 | 1001011 | 1001000 | 100001 | 10011 |
Color Harmonies of #393F20
Complementary color
Monochromatic Colors of #393F20
Black with #393F20
Text Example
Text Example
White with #393F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F20; }
p { color: rgb(57,63,32); }
H1.HeaderClassName
{
color: #393F20;
}
.AnyTagClassName
{
color: #393F20;
}
</style>
background-color css
<style>
a { background-color: #393F20; }
a { background-color: rgb(57,63,32); }
div.DivClassName
{
background-color: #393F20;
}
.BgClassName
{
background-color: #393F20;
}
</style>
border-color css
<style>
span { border-color: #393F20; }
span { border-color: rgb(57,63,32); }
td.TdClassName
{
border-color: #393F20;
}
.TagClassName
{
border-color: #393F20;
}
</style>