Shades of Turtle Green #355310
Tints of Turtle Green #355310
RGB
CMYK
RGB Variations
Color information
#355310 (or 0x355310) is known color: Turtle Green. HEX triplet: 35, 53 and 10. RGB value is (53,83,16). Sum of RGB (Red+Green+Blue) = 53+83+16=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #355310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355310 is #CAACEF. Grayscale: #424242. Windows color (decimal): -13282544 or 1069877. OLE color: 1069877.
HSL color Cylindrical-coordinate representation of color #355310: hue angle of 86.87º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #355310 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 83 | 16 | - |
| CMYK | 0.36 | 0 | 0.81 | 0.67 |
| HSL | 86.87º | 0.68% | 0.19% | - |
| HSV(B) | 86.87º | 0.81% | 0.33% | - |
| XYZ | 4.65 | 6.98 | 1.59 | - |
| YUV | 66.39 | 99.56 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 83 | 16 | 0.36 | 0 | 0.81 | 0.67 | 86.87 | 0.68 | 0.19 |
| Hex | 35 | 53 | 10 | 24 | 0 | 51 | 43 | 57 | 44 | 13 |
| Octal | 65 | 123 | 20 | 44 | 0 | 121 | 103 | 127 | 104 | 23 |
| Binary | 110101 | 1010011 | 10000 | 100100 | 0 | 1010001 | 1000011 | 1010111 | 1000100 | 10011 |
Color Harmonies of #355310
Complementary color
Monochromatic Colors of #355310
Black with #355310
Text Example
Text Example
White with #355310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355310; }
p { color: rgb(53,83,16); }
H1.HeaderClassName
{
color: #355310;
}
.AnyTagClassName
{
color: #355310;
}
</style>
background-color css
<style>
a { background-color: #355310; }
a { background-color: rgb(53,83,16); }
div.DivClassName
{
background-color: #355310;
}
.BgClassName
{
background-color: #355310;
}
</style>
border-color css
<style>
span { border-color: #355310; }
span { border-color: rgb(53,83,16); }
td.TdClassName
{
border-color: #355310;
}
.TagClassName
{
border-color: #355310;
}
</style>