Shades of Turtle Green #355112
Tints of Turtle Green #355112
RGB
CMYK
RGB Variations
Color information
#355112 (or 0x355112) is known color: Turtle Green. HEX triplet: 35, 51 and 12. RGB value is (53,81,18). Sum of RGB (Red+Green+Blue) = 53+81+18=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 81 (32.03% from 255 or 53.29% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 81 - color contains mainly: green. Hex color #355112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355112 is #CAAEED. Grayscale: #414141. Windows color (decimal): -13283054 or 1200437. OLE color: 1200437.
HSL color Cylindrical-coordinate representation of color #355112: hue angle of 86.67º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #355112 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 81 | 18 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.68 |
| HSL | 86.67º | 0.64% | 0.19% | - |
| HSV(B) | 86.67º | 0.78% | 0.32% | - |
| XYZ | 4.52 | 6.69 | 1.62 | - |
| YUV | 65.45 | 101.22 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 18 | 0.35 | 0 | 0.78 | 0.68 | 86.67 | 0.64 | 0.19 |
| Hex | 35 | 51 | 12 | 23 | 0 | 4E | 44 | 57 | 40 | 13 |
| Octal | 65 | 121 | 22 | 43 | 0 | 116 | 104 | 127 | 100 | 23 |
| Binary | 110101 | 1010001 | 10010 | 100011 | 0 | 1001110 | 1000100 | 1010111 | 1000000 | 10011 |
Color Harmonies of #355112
Complementary color
Monochromatic Colors of #355112
Black with #355112
Text Example
Text Example
White with #355112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355112; }
p { color: rgb(53,81,18); }
H1.HeaderClassName
{
color: #355112;
}
.AnyTagClassName
{
color: #355112;
}
</style>
background-color css
<style>
a { background-color: #355112; }
a { background-color: rgb(53,81,18); }
div.DivClassName
{
background-color: #355112;
}
.BgClassName
{
background-color: #355112;
}
</style>
border-color css
<style>
span { border-color: #355112; }
span { border-color: rgb(53,81,18); }
td.TdClassName
{
border-color: #355112;
}
.TagClassName
{
border-color: #355112;
}
</style>