Shades of Turtle Green #334717
Tints of Turtle Green #334717
RGB
CMYK
RGB Variations
Color information
#334717 (or 0x334717) is known color: Turtle Green. HEX triplet: 33, 47 and 17. RGB value is (51,71,23). Sum of RGB (Red+Green+Blue) = 51+71+23=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 23 (9.38% from 255 or 15.86% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #334717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334717 is #CCB8E8. Grayscale: #3B3B3B. Windows color (decimal): -13416681 or 1525555. OLE color: 1525555.
HSL color Cylindrical-coordinate representation of color #334717: hue angle of 85º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #334717 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 71 | 23 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.72 |
| HSL | 85º | 0.51% | 0.18% | - |
| HSV(B) | 85º | 0.68% | 0.28% | - |
| XYZ | 3.77 | 5.27 | 1.63 | - |
| YUV | 59.55 | 107.37 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 23 | 0.28 | 0 | 0.68 | 0.72 | 85 | 0.51 | 0.18 |
| Hex | 33 | 47 | 17 | 1C | 0 | 44 | 48 | 55 | 33 | 12 |
| Octal | 63 | 107 | 27 | 34 | 0 | 104 | 110 | 125 | 63 | 22 |
| Binary | 110011 | 1000111 | 10111 | 11100 | 0 | 1000100 | 1001000 | 1010101 | 110011 | 10010 |
Color Harmonies of #334717
Complementary color
Monochromatic Colors of #334717
Black with #334717
Text Example
Text Example
White with #334717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334717; }
p { color: rgb(51,71,23); }
H1.HeaderClassName
{
color: #334717;
}
.AnyTagClassName
{
color: #334717;
}
</style>
background-color css
<style>
a { background-color: #334717; }
a { background-color: rgb(51,71,23); }
div.DivClassName
{
background-color: #334717;
}
.BgClassName
{
background-color: #334717;
}
</style>
border-color css
<style>
span { border-color: #334717; }
span { border-color: rgb(51,71,23); }
td.TdClassName
{
border-color: #334717;
}
.TagClassName
{
border-color: #334717;
}
</style>