Shades of Turtle Green #334811
Tints of Turtle Green #334811
RGB
CMYK
RGB Variations
Color information
#334811 (or 0x334811) is known color: Turtle Green. HEX triplet: 33, 48 and 11. RGB value is (51,72,17). Sum of RGB (Red+Green+Blue) = 51+72+17=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #334811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334811 is #CCB7EE. Grayscale: #3B3B3B. Windows color (decimal): -13416431 or 1132595. OLE color: 1132595.
HSL color Cylindrical-coordinate representation of color #334811: hue angle of 82.91º degrees, saturation: 0.62, 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 #334811 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 72 | 17 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.72 |
| HSL | 82.91º | 0.62% | 0.17% | - |
| HSV(B) | 82.91º | 0.76% | 0.28% | - |
| XYZ | 3.78 | 5.38 | 1.37 | - |
| YUV | 59.45 | 104.04 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 17 | 0.29 | 0 | 0.76 | 0.72 | 82.91 | 0.62 | 0.17 |
| Hex | 33 | 48 | 11 | 1D | 0 | 4C | 48 | 53 | 3E | 11 |
| Octal | 63 | 110 | 21 | 35 | 0 | 114 | 110 | 123 | 76 | 21 |
| Binary | 110011 | 1001000 | 10001 | 11101 | 0 | 1001100 | 1001000 | 1010011 | 111110 | 10001 |
Color Harmonies of #334811
Complementary color
Monochromatic Colors of #334811
Black with #334811
Text Example
Text Example
White with #334811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334811; }
p { color: rgb(51,72,17); }
H1.HeaderClassName
{
color: #334811;
}
.AnyTagClassName
{
color: #334811;
}
</style>
background-color css
<style>
a { background-color: #334811; }
a { background-color: rgb(51,72,17); }
div.DivClassName
{
background-color: #334811;
}
.BgClassName
{
background-color: #334811;
}
</style>
border-color css
<style>
span { border-color: #334811; }
span { border-color: rgb(51,72,17); }
td.TdClassName
{
border-color: #334811;
}
.TagClassName
{
border-color: #334811;
}
</style>