Shades of Turtle Green #394C14
Tints of Turtle Green #394C14
RGB
CMYK
RGB Variations
Color information
#394C14 (or 0x394C14) is known color: Turtle Green. HEX triplet: 39, 4C and 14. RGB value is (57,76,20). Sum of RGB (Red+Green+Blue) = 57+76+20=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 76 - color contains mainly: green. Hex color #394C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394C14 is #C6B3EB. Grayscale: #404040. Windows color (decimal): -13022188 or 1330233. OLE color: 1330233.
HSL color Cylindrical-coordinate representation of color #394C14: hue angle of 80.36º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #394C14 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 76 | 20 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.70 |
| HSL | 80.36º | 0.58% | 0.19% | - |
| HSV(B) | 80.36º | 0.74% | 0.3% | - |
| XYZ | 4.4 | 6.09 | 1.61 | - |
| YUV | 63.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 20 | 0.25 | 0 | 0.74 | 0.70 | 80.36 | 0.58 | 0.19 |
| Hex | 39 | 4C | 14 | 19 | 0 | 4A | 46 | 50 | 3A | 13 |
| Octal | 71 | 114 | 24 | 31 | 0 | 112 | 106 | 120 | 72 | 23 |
| Binary | 111001 | 1001100 | 10100 | 11001 | 0 | 1001010 | 1000110 | 1010000 | 111010 | 10011 |
Color Harmonies of #394C14
Complementary color
Monochromatic Colors of #394C14
Black with #394C14
Text Example
Text Example
White with #394C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394C14; }
p { color: rgb(57,76,20); }
H1.HeaderClassName
{
color: #394C14;
}
.AnyTagClassName
{
color: #394C14;
}
</style>
background-color css
<style>
a { background-color: #394C14; }
a { background-color: rgb(57,76,20); }
div.DivClassName
{
background-color: #394C14;
}
.BgClassName
{
background-color: #394C14;
}
</style>
border-color css
<style>
span { border-color: #394C14; }
span { border-color: rgb(57,76,20); }
td.TdClassName
{
border-color: #394C14;
}
.TagClassName
{
border-color: #394C14;
}
</style>