Shades of Turtle Green #394D18
Tints of Turtle Green #394D18
RGB
CMYK
RGB Variations
Color information
#394D18 (or 0x394D18) is known color: Turtle Green. HEX triplet: 39, 4D and 18. RGB value is (57,77,24). Sum of RGB (Red+Green+Blue) = 57+77+24=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 24 (9.77% from 255 or 15.19% from 158); Max value from RGB is 77 - color contains mainly: green. Hex color #394D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394D18 is #C6B2E7. Grayscale: #414141. Windows color (decimal): -13021928 or 1592633. OLE color: 1592633.
HSL color Cylindrical-coordinate representation of color #394D18: hue angle of 82.64º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #394D18 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 77 | 24 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.70 |
| HSL | 82.64º | 0.52% | 0.2% | - |
| HSV(B) | 82.64º | 0.69% | 0.3% | - |
| XYZ | 4.51 | 6.24 | 1.83 | - |
| YUV | 64.98 | 104.87 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 24 | 0.26 | 0 | 0.69 | 0.70 | 82.64 | 0.52 | 0.2 |
| Hex | 39 | 4D | 18 | 1A | 0 | 45 | 46 | 53 | 34 | 14 |
| Octal | 71 | 115 | 30 | 32 | 0 | 105 | 106 | 123 | 64 | 24 |
| Binary | 111001 | 1001101 | 11000 | 11010 | 0 | 1000101 | 1000110 | 1010011 | 110100 | 10100 |
Color Harmonies of #394D18
Complementary color
Monochromatic Colors of #394D18
Black with #394D18
Text Example
Text Example
White with #394D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394D18; }
p { color: rgb(57,77,24); }
H1.HeaderClassName
{
color: #394D18;
}
.AnyTagClassName
{
color: #394D18;
}
</style>
background-color css
<style>
a { background-color: #394D18; }
a { background-color: rgb(57,77,24); }
div.DivClassName
{
background-color: #394D18;
}
.BgClassName
{
background-color: #394D18;
}
</style>
border-color css
<style>
span { border-color: #394D18; }
span { border-color: rgb(57,77,24); }
td.TdClassName
{
border-color: #394D18;
}
.TagClassName
{
border-color: #394D18;
}
</style>