Shades of Turtle Green #394814
Tints of Turtle Green #394814
RGB
CMYK
RGB Variations
Color information
#394814 (or 0x394814) is known color: Turtle Green. HEX triplet: 39, 48 and 14. RGB value is (57,72,20). Sum of RGB (Red+Green+Blue) = 57+72+20=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #394814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394814 is #C6B7EB. Grayscale: #3D3D3D. Windows color (decimal): -13023212 or 1329209. OLE color: 1329209.
HSL color Cylindrical-coordinate representation of color #394814: hue angle of 77.31º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #394814 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 72 | 20 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.72 |
| HSL | 77.31º | 0.57% | 0.18% | - |
| HSV(B) | 77.31º | 0.72% | 0.28% | - |
| XYZ | 4.13 | 5.56 | 1.52 | - |
| YUV | 61.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 72 | 20 | 0.21 | 0 | 0.72 | 0.72 | 77.31 | 0.57 | 0.18 |
| Hex | 39 | 48 | 14 | 15 | 0 | 48 | 48 | 4D | 39 | 12 |
| Octal | 71 | 110 | 24 | 25 | 0 | 110 | 110 | 115 | 71 | 22 |
| Binary | 111001 | 1001000 | 10100 | 10101 | 0 | 1001000 | 1001000 | 1001101 | 111001 | 10010 |
Color Harmonies of #394814
Complementary color
Monochromatic Colors of #394814
Black with #394814
Text Example
Text Example
White with #394814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394814; }
p { color: rgb(57,72,20); }
H1.HeaderClassName
{
color: #394814;
}
.AnyTagClassName
{
color: #394814;
}
</style>
background-color css
<style>
a { background-color: #394814; }
a { background-color: rgb(57,72,20); }
div.DivClassName
{
background-color: #394814;
}
.BgClassName
{
background-color: #394814;
}
</style>
border-color css
<style>
span { border-color: #394814; }
span { border-color: rgb(57,72,20); }
td.TdClassName
{
border-color: #394814;
}
.TagClassName
{
border-color: #394814;
}
</style>