Shades of Turtle Green #394016
Tints of Turtle Green #394016
RGB
CMYK
RGB Variations
Color information
#394016 (or 0x394016) is known color: Turtle Green. HEX triplet: 39, 40 and 16. RGB value is (57,64,22). Sum of RGB (Red+Green+Blue) = 57+64+22=143 (18% of max value = 765). Red value is 57 (22.66% from 255 or 39.86% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 64 - color contains mainly: green. Hex color #394016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394016 is #C6BFE9. Grayscale: #393939. Windows color (decimal): -13025258 or 1458233. OLE color: 1458233.
HSL color Cylindrical-coordinate representation of color #394016: hue angle of 70º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #394016 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 64 | 22 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.75 |
| HSL | 70º | 0.49% | 0.17% | - |
| HSV(B) | 70º | 0.66% | 0.25% | - |
| XYZ | 3.67 | 4.59 | 1.45 | - |
| YUV | 57.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 22 | 0.11 | 0 | 0.66 | 0.75 | 70 | 0.49 | 0.17 |
| Hex | 39 | 40 | 16 | B | 0 | 42 | 4B | 46 | 31 | 11 |
| Octal | 71 | 100 | 26 | 13 | 0 | 102 | 113 | 106 | 61 | 21 |
| Binary | 111001 | 1000000 | 10110 | 1011 | 0 | 1000010 | 1001011 | 1000110 | 110001 | 10001 |
Color Harmonies of #394016
Complementary color
Monochromatic Colors of #394016
Black with #394016
Text Example
Text Example
White with #394016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394016; }
p { color: rgb(57,64,22); }
H1.HeaderClassName
{
color: #394016;
}
.AnyTagClassName
{
color: #394016;
}
</style>
background-color css
<style>
a { background-color: #394016; }
a { background-color: rgb(57,64,22); }
div.DivClassName
{
background-color: #394016;
}
.BgClassName
{
background-color: #394016;
}
</style>
border-color css
<style>
span { border-color: #394016; }
span { border-color: rgb(57,64,22); }
td.TdClassName
{
border-color: #394016;
}
.TagClassName
{
border-color: #394016;
}
</style>