Shades of Turtle Green #334716
Tints of Turtle Green #334716
RGB
CMYK
RGB Variations
Color information
#334716 (or 0x334716) is known color: Turtle Green. HEX triplet: 33, 47 and 16. RGB value is (51,71,22). Sum of RGB (Red+Green+Blue) = 51+71+22=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #334716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334716 is #CCB8E9. Grayscale: #3B3B3B. Windows color (decimal): -13416682 or 1460019. OLE color: 1460019.
HSL color Cylindrical-coordinate representation of color #334716: hue angle of 84.49º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #334716 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 71 | 22 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.72 |
| HSL | 84.49º | 0.53% | 0.18% | - |
| HSV(B) | 84.49º | 0.69% | 0.28% | - |
| XYZ | 3.76 | 5.27 | 1.58 | - |
| YUV | 59.43 | 106.87 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 22 | 0.28 | 0 | 0.69 | 0.72 | 84.49 | 0.53 | 0.18 |
| Hex | 33 | 47 | 16 | 1C | 0 | 45 | 48 | 54 | 35 | 12 |
| Octal | 63 | 107 | 26 | 34 | 0 | 105 | 110 | 124 | 65 | 22 |
| Binary | 110011 | 1000111 | 10110 | 11100 | 0 | 1000101 | 1001000 | 1010100 | 110101 | 10010 |
Color Harmonies of #334716
Complementary color
Monochromatic Colors of #334716
Black with #334716
Text Example
Text Example
White with #334716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334716; }
p { color: rgb(51,71,22); }
H1.HeaderClassName
{
color: #334716;
}
.AnyTagClassName
{
color: #334716;
}
</style>
background-color css
<style>
a { background-color: #334716; }
a { background-color: rgb(51,71,22); }
div.DivClassName
{
background-color: #334716;
}
.BgClassName
{
background-color: #334716;
}
</style>
border-color css
<style>
span { border-color: #334716; }
span { border-color: rgb(51,71,22); }
td.TdClassName
{
border-color: #334716;
}
.TagClassName
{
border-color: #334716;
}
</style>