Shades of Turtle Green #355010
Tints of Turtle Green #355010
RGB
CMYK
RGB Variations
Color information
#355010 (or 0x355010) is known color: Turtle Green. HEX triplet: 35, 50 and 10. RGB value is (53,80,16). Sum of RGB (Red+Green+Blue) = 53+80+16=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #355010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355010 is #CAAFEF. Grayscale: #404040. Windows color (decimal): -13283312 or 1069109. OLE color: 1069109.
HSL color Cylindrical-coordinate representation of color #355010: hue angle of 85.31º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #355010 is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 80 | 16 | - |
| CMYK | 0.34 | 0 | 0.80 | 0.69 |
| HSL | 85.31º | 0.67% | 0.19% | - |
| HSV(B) | 85.31º | 0.8% | 0.31% | - |
| XYZ | 4.43 | 6.53 | 1.52 | - |
| YUV | 64.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 16 | 0.34 | 0 | 0.80 | 0.69 | 85.31 | 0.67 | 0.19 |
| Hex | 35 | 50 | 10 | 22 | 0 | 50 | 45 | 55 | 43 | 13 |
| Octal | 65 | 120 | 20 | 42 | 0 | 120 | 105 | 125 | 103 | 23 |
| Binary | 110101 | 1010000 | 10000 | 100010 | 0 | 1010000 | 1000101 | 1010101 | 1000011 | 10011 |
Color Harmonies of #355010
Complementary color
Monochromatic Colors of #355010
Black with #355010
Text Example
Text Example
White with #355010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355010; }
p { color: rgb(53,80,16); }
H1.HeaderClassName
{
color: #355010;
}
.AnyTagClassName
{
color: #355010;
}
</style>
background-color css
<style>
a { background-color: #355010; }
a { background-color: rgb(53,80,16); }
div.DivClassName
{
background-color: #355010;
}
.BgClassName
{
background-color: #355010;
}
</style>
border-color css
<style>
span { border-color: #355010; }
span { border-color: rgb(53,80,16); }
td.TdClassName
{
border-color: #355010;
}
.TagClassName
{
border-color: #355010;
}
</style>