Shades of Turtle Green #394D13
Tints of Turtle Green #394D13
RGB
CMYK
RGB Variations
Color information
#394D13 (or 0x394D13) is known color: Turtle Green. HEX triplet: 39, 4D and 13. RGB value is (57,77,19). Sum of RGB (Red+Green+Blue) = 57+77+19=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 77 (30.47% from 255 or 50.33% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 77 - color contains mainly: green. Hex color #394D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394D13 is #C6B2EC. Grayscale: #404040. Windows color (decimal): -13021933 or 1264953. OLE color: 1264953.
HSL color Cylindrical-coordinate representation of color #394D13: hue angle of 80.69º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #394D13 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 77 | 19 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.70 |
| HSL | 80.69º | 0.6% | 0.19% | - |
| HSV(B) | 80.69º | 0.75% | 0.3% | - |
| XYZ | 4.46 | 6.22 | 1.58 | - |
| YUV | 64.41 | 102.37 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 19 | 0.26 | 0 | 0.75 | 0.70 | 80.69 | 0.6 | 0.19 |
| Hex | 39 | 4D | 13 | 1A | 0 | 4B | 46 | 51 | 3C | 13 |
| Octal | 71 | 115 | 23 | 32 | 0 | 113 | 106 | 121 | 74 | 23 |
| Binary | 111001 | 1001101 | 10011 | 11010 | 0 | 1001011 | 1000110 | 1010001 | 111100 | 10011 |
Color Harmonies of #394D13
Complementary color
Monochromatic Colors of #394D13
Black with #394D13
Text Example
Text Example
White with #394D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394D13; }
p { color: rgb(57,77,19); }
H1.HeaderClassName
{
color: #394D13;
}
.AnyTagClassName
{
color: #394D13;
}
</style>
background-color css
<style>
a { background-color: #394D13; }
a { background-color: rgb(57,77,19); }
div.DivClassName
{
background-color: #394D13;
}
.BgClassName
{
background-color: #394D13;
}
</style>
border-color css
<style>
span { border-color: #394D13; }
span { border-color: rgb(57,77,19); }
td.TdClassName
{
border-color: #394D13;
}
.TagClassName
{
border-color: #394D13;
}
</style>