Shades of Turtle Green #393B19
Tints of Turtle Green #393B19
RGB
CMYK
RGB Variations
Color information
#393B19 (or 0x393B19) is known color: Turtle Green. HEX triplet: 39, 3B and 19. RGB value is (57,59,25). Sum of RGB (Red+Green+Blue) = 57+59+25=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 59 - color contains mainly: green. Hex color #393B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393B19 is #C6C4E6. Grayscale: #363636. Windows color (decimal): -13026535 or 1653561. OLE color: 1653561.
HSL color Cylindrical-coordinate representation of color #393B19: hue angle of 63.53º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #393B19 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 59 | 25 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.77 |
| HSL | 63.53º | 0.4% | 0.16% | - |
| HSV(B) | 63.53º | 0.58% | 0.23% | - |
| XYZ | 3.43 | 4.07 | 1.52 | - |
| YUV | 54.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 25 | 0.03 | 0 | 0.58 | 0.77 | 63.53 | 0.4 | 0.16 |
| Hex | 39 | 3B | 19 | 3 | 0 | 3A | 4D | 40 | 28 | 10 |
| Octal | 71 | 73 | 31 | 3 | 0 | 72 | 115 | 100 | 50 | 20 |
| Binary | 111001 | 111011 | 11001 | 11 | 0 | 111010 | 1001101 | 1000000 | 101000 | 10000 |
Color Harmonies of #393B19
Complementary color
Monochromatic Colors of #393B19
Black with #393B19
Text Example
Text Example
White with #393B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B19; }
p { color: rgb(57,59,25); }
H1.HeaderClassName
{
color: #393B19;
}
.AnyTagClassName
{
color: #393B19;
}
</style>
background-color css
<style>
a { background-color: #393B19; }
a { background-color: rgb(57,59,25); }
div.DivClassName
{
background-color: #393B19;
}
.BgClassName
{
background-color: #393B19;
}
</style>
border-color css
<style>
span { border-color: #393B19; }
span { border-color: rgb(57,59,25); }
td.TdClassName
{
border-color: #393B19;
}
.TagClassName
{
border-color: #393B19;
}
</style>