Shades of Turtle Green #355211
Tints of Turtle Green #355211
RGB
CMYK
RGB Variations
Color information
#355211 (or 0x355211) is known color: Turtle Green. HEX triplet: 35, 52 and 11. RGB value is (53,82,17). Sum of RGB (Red+Green+Blue) = 53+82+17=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 82 (32.42% from 255 or 53.95% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 82 - color contains mainly: green. Hex color #355211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355211 is #CAADEE. Grayscale: #424242. Windows color (decimal): -13282799 or 1135157. OLE color: 1135157.
HSL color Cylindrical-coordinate representation of color #355211: hue angle of 86.77º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #355211 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 82 | 17 | - |
| CMYK | 0.35 | 0 | 0.79 | 0.68 |
| HSL | 86.77º | 0.66% | 0.19% | - |
| HSV(B) | 86.77º | 0.79% | 0.32% | - |
| XYZ | 4.59 | 6.83 | 1.61 | - |
| YUV | 65.92 | 100.39 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 82 | 17 | 0.35 | 0 | 0.79 | 0.68 | 86.77 | 0.66 | 0.19 |
| Hex | 35 | 52 | 11 | 23 | 0 | 4F | 44 | 57 | 42 | 13 |
| Octal | 65 | 122 | 21 | 43 | 0 | 117 | 104 | 127 | 102 | 23 |
| Binary | 110101 | 1010010 | 10001 | 100011 | 0 | 1001111 | 1000100 | 1010111 | 1000010 | 10011 |
Color Harmonies of #355211
Complementary color
Monochromatic Colors of #355211
Black with #355211
Text Example
Text Example
White with #355211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355211; }
p { color: rgb(53,82,17); }
H1.HeaderClassName
{
color: #355211;
}
.AnyTagClassName
{
color: #355211;
}
</style>
background-color css
<style>
a { background-color: #355211; }
a { background-color: rgb(53,82,17); }
div.DivClassName
{
background-color: #355211;
}
.BgClassName
{
background-color: #355211;
}
</style>
border-color css
<style>
span { border-color: #355211; }
span { border-color: rgb(53,82,17); }
td.TdClassName
{
border-color: #355211;
}
.TagClassName
{
border-color: #355211;
}
</style>