Shades of Turtle Green #334816
Tints of Turtle Green #334816
RGB
CMYK
RGB Variations
Color information
#334816 (or 0x334816) is known color: Turtle Green. HEX triplet: 33, 48 and 16. RGB value is (51,72,22). Sum of RGB (Red+Green+Blue) = 51+72+22=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #334816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334816 is #CCB7E9. Grayscale: #3C3C3C. Windows color (decimal): -13416426 or 1460275. OLE color: 1460275.
HSL color Cylindrical-coordinate representation of color #334816: hue angle of 85.2º 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 #334816 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 72 | 22 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.72 |
| HSL | 85.2º | 0.53% | 0.18% | - |
| HSV(B) | 85.2º | 0.69% | 0.28% | - |
| XYZ | 3.83 | 5.4 | 1.6 | - |
| YUV | 60.02 | 106.54 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 22 | 0.29 | 0 | 0.69 | 0.72 | 85.2 | 0.53 | 0.18 |
| Hex | 33 | 48 | 16 | 1D | 0 | 45 | 48 | 55 | 35 | 12 |
| Octal | 63 | 110 | 26 | 35 | 0 | 105 | 110 | 125 | 65 | 22 |
| Binary | 110011 | 1001000 | 10110 | 11101 | 0 | 1000101 | 1001000 | 1010101 | 110101 | 10010 |
Color Harmonies of #334816
Complementary color
Monochromatic Colors of #334816
Black with #334816
Text Example
Text Example
White with #334816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334816; }
p { color: rgb(51,72,22); }
H1.HeaderClassName
{
color: #334816;
}
.AnyTagClassName
{
color: #334816;
}
</style>
background-color css
<style>
a { background-color: #334816; }
a { background-color: rgb(51,72,22); }
div.DivClassName
{
background-color: #334816;
}
.BgClassName
{
background-color: #334816;
}
</style>
border-color css
<style>
span { border-color: #334816; }
span { border-color: rgb(51,72,22); }
td.TdClassName
{
border-color: #334816;
}
.TagClassName
{
border-color: #334816;
}
</style>