Shades of Turtle Green #335005
Tints of Turtle Green #335005
RGB
CMYK
RGB Variations
Color information
#335005 (or 0x335005) is known color: Turtle Green. HEX triplet: 33, 50 and 05. RGB value is (51,80,5). Sum of RGB (Red+Green+Blue) = 51+80+5=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #335005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335005 is #CCAFFA. Grayscale: #3F3F3F. Windows color (decimal): -13414395 or 348211. OLE color: 348211.
HSL color Cylindrical-coordinate representation of color #335005: hue angle of 83.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #335005 is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 80 | 5 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.69 |
| HSL | 83.2º | 0.88% | 0.17% | - |
| HSV(B) | 83.2º | 0.94% | 0.31% | - |
| XYZ | 4.26 | 6.45 | 1.16 | - |
| YUV | 62.78 | 95.39 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 5 | 0.36 | 0 | 0.94 | 0.69 | 83.2 | 0.88 | 0.17 |
| Hex | 33 | 50 | 5 | 24 | 0 | 5E | 45 | 53 | 58 | 11 |
| Octal | 63 | 120 | 5 | 44 | 0 | 136 | 105 | 123 | 130 | 21 |
| Binary | 110011 | 1010000 | 101 | 100100 | 0 | 1011110 | 1000101 | 1010011 | 1011000 | 10001 |
Color Harmonies of #335005
Complementary color
Monochromatic Colors of #335005
Black with #335005
Text Example
Text Example
White with #335005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335005; }
p { color: rgb(51,80,5); }
H1.HeaderClassName
{
color: #335005;
}
.AnyTagClassName
{
color: #335005;
}
</style>
background-color css
<style>
a { background-color: #335005; }
a { background-color: rgb(51,80,5); }
div.DivClassName
{
background-color: #335005;
}
.BgClassName
{
background-color: #335005;
}
</style>
border-color css
<style>
span { border-color: #335005; }
span { border-color: rgb(51,80,5); }
td.TdClassName
{
border-color: #335005;
}
.TagClassName
{
border-color: #335005;
}
</style>