Shades of Turtle Green #394714
Tints of Turtle Green #394714
RGB
CMYK
RGB Variations
Color information
#394714 (or 0x394714) is known color: Turtle Green. HEX triplet: 39, 47 and 14. RGB value is (57,71,20). Sum of RGB (Red+Green+Blue) = 57+71+20=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 71 - color contains mainly: green. Hex color #394714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394714 is #C6B8EB. Grayscale: #3D3D3D. Windows color (decimal): -13023468 or 1328953. OLE color: 1328953.
HSL color Cylindrical-coordinate representation of color #394714: hue angle of 76.47º degrees, saturation: 0.56, 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 #394714 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 71 | 20 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.72 |
| HSL | 76.47º | 0.56% | 0.18% | - |
| HSV(B) | 76.47º | 0.72% | 0.28% | - |
| XYZ | 4.07 | 5.43 | 1.49 | - |
| YUV | 61 | 104.86 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 71 | 20 | 0.20 | 0 | 0.72 | 0.72 | 76.47 | 0.56 | 0.18 |
| Hex | 39 | 47 | 14 | 14 | 0 | 48 | 48 | 4C | 38 | 12 |
| Octal | 71 | 107 | 24 | 24 | 0 | 110 | 110 | 114 | 70 | 22 |
| Binary | 111001 | 1000111 | 10100 | 10100 | 0 | 1001000 | 1001000 | 1001100 | 111000 | 10010 |
Color Harmonies of #394714
Complementary color
Monochromatic Colors of #394714
Black with #394714
Text Example
Text Example
White with #394714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394714; }
p { color: rgb(57,71,20); }
H1.HeaderClassName
{
color: #394714;
}
.AnyTagClassName
{
color: #394714;
}
</style>
background-color css
<style>
a { background-color: #394714; }
a { background-color: rgb(57,71,20); }
div.DivClassName
{
background-color: #394714;
}
.BgClassName
{
background-color: #394714;
}
</style>
border-color css
<style>
span { border-color: #394714; }
span { border-color: rgb(57,71,20); }
td.TdClassName
{
border-color: #394714;
}
.TagClassName
{
border-color: #394714;
}
</style>