Shades of Turtle Green #335109
Tints of Turtle Green #335109
RGB
CMYK
RGB Variations
Color information
#335109 (or 0x335109) is known color: Turtle Green. HEX triplet: 33, 51 and 09. RGB value is (51,81,9). Sum of RGB (Red+Green+Blue) = 51+81+9=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 81 (32.03% from 255 or 57.45% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 81 - color contains mainly: green. Hex color #335109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335109 is #CCAEF6. Grayscale: #404040. Windows color (decimal): -13414135 or 610611. OLE color: 610611.
HSL color Cylindrical-coordinate representation of color #335109: hue angle of 85º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #335109 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 81 | 9 | - |
| CMYK | 0.37 | 0 | 0.89 | 0.68 |
| HSL | 85º | 0.8% | 0.18% | - |
| HSV(B) | 85º | 0.89% | 0.32% | - |
| XYZ | 4.36 | 6.61 | 1.3 | - |
| YUV | 63.82 | 97.06 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 81 | 9 | 0.37 | 0 | 0.89 | 0.68 | 85 | 0.8 | 0.18 |
| Hex | 33 | 51 | 9 | 25 | 0 | 59 | 44 | 55 | 50 | 12 |
| Octal | 63 | 121 | 11 | 45 | 0 | 131 | 104 | 125 | 120 | 22 |
| Binary | 110011 | 1010001 | 1001 | 100101 | 0 | 1011001 | 1000100 | 1010101 | 1010000 | 10010 |
Color Harmonies of #335109
Complementary color
Monochromatic Colors of #335109
Black with #335109
Text Example
Text Example
White with #335109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335109; }
p { color: rgb(51,81,9); }
H1.HeaderClassName
{
color: #335109;
}
.AnyTagClassName
{
color: #335109;
}
</style>
background-color css
<style>
a { background-color: #335109; }
a { background-color: rgb(51,81,9); }
div.DivClassName
{
background-color: #335109;
}
.BgClassName
{
background-color: #335109;
}
</style>
border-color css
<style>
span { border-color: #335109; }
span { border-color: rgb(51,81,9); }
td.TdClassName
{
border-color: #335109;
}
.TagClassName
{
border-color: #335109;
}
</style>