Shades of Turtle Green #334711
Tints of Turtle Green #334711
RGB
CMYK
RGB Variations
Color information
#334711 (or 0x334711) is known color: Turtle Green. HEX triplet: 33, 47 and 11. RGB value is (51,71,17). Sum of RGB (Red+Green+Blue) = 51+71+17=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #334711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334711 is #CCB8EE. Grayscale: #3B3B3B. Windows color (decimal): -13416687 or 1132339. OLE color: 1132339.
HSL color Cylindrical-coordinate representation of color #334711: hue angle of 82.22º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #334711 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 71 | 17 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.72 |
| HSL | 82.22º | 0.61% | 0.17% | - |
| HSV(B) | 82.22º | 0.76% | 0.28% | - |
| XYZ | 3.72 | 5.25 | 1.35 | - |
| YUV | 58.86 | 104.37 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 17 | 0.28 | 0 | 0.76 | 0.72 | 82.22 | 0.61 | 0.17 |
| Hex | 33 | 47 | 11 | 1C | 0 | 4C | 48 | 52 | 3D | 11 |
| Octal | 63 | 107 | 21 | 34 | 0 | 114 | 110 | 122 | 75 | 21 |
| Binary | 110011 | 1000111 | 10001 | 11100 | 0 | 1001100 | 1001000 | 1010010 | 111101 | 10001 |
Color Harmonies of #334711
Complementary color
Monochromatic Colors of #334711
Black with #334711
Text Example
Text Example
White with #334711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334711; }
p { color: rgb(51,71,17); }
H1.HeaderClassName
{
color: #334711;
}
.AnyTagClassName
{
color: #334711;
}
</style>
background-color css
<style>
a { background-color: #334711; }
a { background-color: rgb(51,71,17); }
div.DivClassName
{
background-color: #334711;
}
.BgClassName
{
background-color: #334711;
}
</style>
border-color css
<style>
span { border-color: #334711; }
span { border-color: rgb(51,71,17); }
td.TdClassName
{
border-color: #334711;
}
.TagClassName
{
border-color: #334711;
}
</style>