Shades of Turtle Green #35510D
Tints of Turtle Green #35510D
RGB
CMYK
RGB Variations
Color information
#35510D (or 0x35510D) is known color: Turtle Green. HEX triplet: 35, 51 and 0D. RGB value is (53,81,13). Sum of RGB (Red+Green+Blue) = 53+81+13=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 81 (32.03% from 255 or 55.10% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 81 - color contains mainly: green. Hex color #35510D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35510D is #CAAEF2. Grayscale: #414141. Windows color (decimal): -13283059 or 872757. OLE color: 872757.
HSL color Cylindrical-coordinate representation of color #35510D: hue angle of 84.71º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #35510D is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 81 | 13 | - |
| CMYK | 0.35 | 0 | 0.84 | 0.68 |
| HSL | 84.71º | 0.72% | 0.18% | - |
| HSV(B) | 84.71º | 0.84% | 0.32% | - |
| XYZ | 4.48 | 6.67 | 1.43 | - |
| YUV | 64.88 | 98.72 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 13 | 0.35 | 0 | 0.84 | 0.68 | 84.71 | 0.72 | 0.18 |
| Hex | 35 | 51 | D | 23 | 0 | 54 | 44 | 55 | 48 | 12 |
| Octal | 65 | 121 | 15 | 43 | 0 | 124 | 104 | 125 | 110 | 22 |
| Binary | 110101 | 1010001 | 1101 | 100011 | 0 | 1010100 | 1000100 | 1010101 | 1001000 | 10010 |
Color Harmonies of #35510D
Complementary color
Monochromatic Colors of #35510D
Black with #35510D
Text Example
Text Example
White with #35510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35510D; }
p { color: rgb(53,81,13); }
H1.HeaderClassName
{
color: #35510D;
}
.AnyTagClassName
{
color: #35510D;
}
</style>
background-color css
<style>
a { background-color: #35510D; }
a { background-color: rgb(53,81,13); }
div.DivClassName
{
background-color: #35510D;
}
.BgClassName
{
background-color: #35510D;
}
</style>
border-color css
<style>
span { border-color: #35510D; }
span { border-color: rgb(53,81,13); }
td.TdClassName
{
border-color: #35510D;
}
.TagClassName
{
border-color: #35510D;
}
</style>