Shades of Turtle Green #335205
Tints of Turtle Green #335205
RGB
CMYK
RGB Variations
Color information
#335205 (or 0x335205) is known color: Turtle Green. HEX triplet: 33, 52 and 05. RGB value is (51,82,5). Sum of RGB (Red+Green+Blue) = 51+82+5=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #335205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335205 is #CCADFA. Grayscale: #404040. Windows color (decimal): -13413883 or 348723. OLE color: 348723.
HSL color Cylindrical-coordinate representation of color #335205: hue angle of 84.16º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #335205 is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 82 | 5 | - |
| CMYK | 0.38 | 0 | 0.94 | 0.68 |
| HSL | 84.16º | 0.89% | 0.17% | - |
| HSV(B) | 84.16º | 0.94% | 0.32% | - |
| XYZ | 4.41 | 6.75 | 1.21 | - |
| YUV | 63.95 | 94.73 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 5 | 0.38 | 0 | 0.94 | 0.68 | 84.16 | 0.89 | 0.17 |
| Hex | 33 | 52 | 5 | 26 | 0 | 5E | 44 | 54 | 59 | 11 |
| Octal | 63 | 122 | 5 | 46 | 0 | 136 | 104 | 124 | 131 | 21 |
| Binary | 110011 | 1010010 | 101 | 100110 | 0 | 1011110 | 1000100 | 1010100 | 1011001 | 10001 |
Color Harmonies of #335205
Complementary color
Monochromatic Colors of #335205
Black with #335205
Text Example
Text Example
White with #335205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335205; }
p { color: rgb(51,82,5); }
H1.HeaderClassName
{
color: #335205;
}
.AnyTagClassName
{
color: #335205;
}
</style>
background-color css
<style>
a { background-color: #335205; }
a { background-color: rgb(51,82,5); }
div.DivClassName
{
background-color: #335205;
}
.BgClassName
{
background-color: #335205;
}
</style>
border-color css
<style>
span { border-color: #335205; }
span { border-color: rgb(51,82,5); }
td.TdClassName
{
border-color: #335205;
}
.TagClassName
{
border-color: #335205;
}
</style>