Shades of Turtle Green #394516
Tints of Turtle Green #394516
RGB
CMYK
RGB Variations
Color information
#394516 (or 0x394516) is known color: Turtle Green. HEX triplet: 39, 45 and 16. RGB value is (57,69,22). Sum of RGB (Red+Green+Blue) = 57+69+22=148 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.51% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 69 - color contains mainly: green. Hex color #394516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394516 is #C6BAE9. Grayscale: #3C3C3C. Windows color (decimal): -13023978 or 1459513. OLE color: 1459513.
HSL color Cylindrical-coordinate representation of color #394516: hue angle of 75.32º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #394516 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 69 | 22 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.73 |
| HSL | 75.32º | 0.52% | 0.18% | - |
| HSV(B) | 75.32º | 0.68% | 0.27% | - |
| XYZ | 3.96 | 5.18 | 1.55 | - |
| YUV | 60.05 | 106.52 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 69 | 22 | 0.17 | 0 | 0.68 | 0.73 | 75.32 | 0.52 | 0.18 |
| Hex | 39 | 45 | 16 | 11 | 0 | 44 | 49 | 4B | 34 | 12 |
| Octal | 71 | 105 | 26 | 21 | 0 | 104 | 111 | 113 | 64 | 22 |
| Binary | 111001 | 1000101 | 10110 | 10001 | 0 | 1000100 | 1001001 | 1001011 | 110100 | 10010 |
Color Harmonies of #394516
Complementary color
Monochromatic Colors of #394516
Black with #394516
Text Example
Text Example
White with #394516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394516; }
p { color: rgb(57,69,22); }
H1.HeaderClassName
{
color: #394516;
}
.AnyTagClassName
{
color: #394516;
}
</style>
background-color css
<style>
a { background-color: #394516; }
a { background-color: rgb(57,69,22); }
div.DivClassName
{
background-color: #394516;
}
.BgClassName
{
background-color: #394516;
}
</style>
border-color css
<style>
span { border-color: #394516; }
span { border-color: rgb(57,69,22); }
td.TdClassName
{
border-color: #394516;
}
.TagClassName
{
border-color: #394516;
}
</style>