Shades of Turtle Green #355013
Tints of Turtle Green #355013
RGB
CMYK
RGB Variations
Color information
#355013 (or 0x355013) is known color: Turtle Green. HEX triplet: 35, 50 and 13. RGB value is (53,80,19). Sum of RGB (Red+Green+Blue) = 53+80+19=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #355013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355013 is #CAAFEC. Grayscale: #414141. Windows color (decimal): -13283309 or 1265717. OLE color: 1265717.
HSL color Cylindrical-coordinate representation of color #355013: hue angle of 86.56º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #355013 is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 80 | 19 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.69 |
| HSL | 86.56º | 0.62% | 0.19% | - |
| HSV(B) | 86.56º | 0.76% | 0.31% | - |
| XYZ | 4.45 | 6.54 | 1.64 | - |
| YUV | 64.97 | 102.05 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 19 | 0.34 | 0 | 0.76 | 0.69 | 86.56 | 0.62 | 0.19 |
| Hex | 35 | 50 | 13 | 22 | 0 | 4C | 45 | 57 | 3E | 13 |
| Octal | 65 | 120 | 23 | 42 | 0 | 114 | 105 | 127 | 76 | 23 |
| Binary | 110101 | 1010000 | 10011 | 100010 | 0 | 1001100 | 1000101 | 1010111 | 111110 | 10011 |
Color Harmonies of #355013
Complementary color
Monochromatic Colors of #355013
Black with #355013
Text Example
Text Example
White with #355013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355013; }
p { color: rgb(53,80,19); }
H1.HeaderClassName
{
color: #355013;
}
.AnyTagClassName
{
color: #355013;
}
</style>
background-color css
<style>
a { background-color: #355013; }
a { background-color: rgb(53,80,19); }
div.DivClassName
{
background-color: #355013;
}
.BgClassName
{
background-color: #355013;
}
</style>
border-color css
<style>
span { border-color: #355013; }
span { border-color: rgb(53,80,19); }
td.TdClassName
{
border-color: #355013;
}
.TagClassName
{
border-color: #355013;
}
</style>