Shades of Turtle Green #355109
Tints of Turtle Green #355109
RGB
CMYK
RGB Variations
Color information
#355109 (or 0x355109) is known color: Turtle Green. HEX triplet: 35, 51 and 09. RGB value is (53,81,9). Sum of RGB (Red+Green+Blue) = 53+81+9=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 81 (32.03% from 255 or 56.64% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 81 - color contains mainly: green. Hex color #355109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355109 is #CAAEF6. Grayscale: #404040. Windows color (decimal): -13283063 or 610613. OLE color: 610613.
HSL color Cylindrical-coordinate representation of color #355109: hue angle of 83.33º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #355109 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 81 | 9 | - |
| CMYK | 0.35 | 0 | 0.89 | 0.68 |
| HSL | 83.33º | 0.8% | 0.18% | - |
| HSV(B) | 83.33º | 0.89% | 0.32% | - |
| XYZ | 4.46 | 6.66 | 1.31 | - |
| YUV | 64.42 | 96.72 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 9 | 0.35 | 0 | 0.89 | 0.68 | 83.33 | 0.8 | 0.18 |
| Hex | 35 | 51 | 9 | 23 | 0 | 59 | 44 | 53 | 50 | 12 |
| Octal | 65 | 121 | 11 | 43 | 0 | 131 | 104 | 123 | 120 | 22 |
| Binary | 110101 | 1010001 | 1001 | 100011 | 0 | 1011001 | 1000100 | 1010011 | 1010000 | 10010 |
Color Harmonies of #355109
Complementary color
Monochromatic Colors of #355109
Black with #355109
Text Example
Text Example
White with #355109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355109; }
p { color: rgb(53,81,9); }
H1.HeaderClassName
{
color: #355109;
}
.AnyTagClassName
{
color: #355109;
}
</style>
background-color css
<style>
a { background-color: #355109; }
a { background-color: rgb(53,81,9); }
div.DivClassName
{
background-color: #355109;
}
.BgClassName
{
background-color: #355109;
}
</style>
border-color css
<style>
span { border-color: #355109; }
span { border-color: rgb(53,81,9); }
td.TdClassName
{
border-color: #355109;
}
.TagClassName
{
border-color: #355109;
}
</style>