Shades of Turtle Green #335110
Tints of Turtle Green #335110
RGB
CMYK
RGB Variations
Color information
#335110 (or 0x335110) is known color: Turtle Green. HEX triplet: 33, 51 and 10. RGB value is (51,81,16). Sum of RGB (Red+Green+Blue) = 51+81+16=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 81 (32.03% from 255 or 54.73% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 81 - color contains mainly: green. Hex color #335110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335110 is #CCAEEF. Grayscale: #404040. Windows color (decimal): -13414128 or 1069363. OLE color: 1069363.
HSL color Cylindrical-coordinate representation of color #335110: hue angle of 87.69º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #335110 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 81 | 16 | - |
| CMYK | 0.37 | 0 | 0.80 | 0.68 |
| HSL | 87.69º | 0.67% | 0.19% | - |
| HSV(B) | 87.69º | 0.8% | 0.32% | - |
| XYZ | 4.4 | 6.63 | 1.54 | - |
| YUV | 64.62 | 100.56 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 81 | 16 | 0.37 | 0 | 0.80 | 0.68 | 87.69 | 0.67 | 0.19 |
| Hex | 33 | 51 | 10 | 25 | 0 | 50 | 44 | 58 | 43 | 13 |
| Octal | 63 | 121 | 20 | 45 | 0 | 120 | 104 | 130 | 103 | 23 |
| Binary | 110011 | 1010001 | 10000 | 100101 | 0 | 1010000 | 1000100 | 1011000 | 1000011 | 10011 |
Color Harmonies of #335110
Complementary color
Monochromatic Colors of #335110
Black with #335110
Text Example
Text Example
White with #335110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335110; }
p { color: rgb(51,81,16); }
H1.HeaderClassName
{
color: #335110;
}
.AnyTagClassName
{
color: #335110;
}
</style>
background-color css
<style>
a { background-color: #335110; }
a { background-color: rgb(51,81,16); }
div.DivClassName
{
background-color: #335110;
}
.BgClassName
{
background-color: #335110;
}
</style>
border-color css
<style>
span { border-color: #335110; }
span { border-color: rgb(51,81,16); }
td.TdClassName
{
border-color: #335110;
}
.TagClassName
{
border-color: #335110;
}
</style>