Shades of Turtle Green #35510C
Tints of Turtle Green #35510C
RGB
CMYK
RGB Variations
Color information
#35510C (or 0x35510C) is known color: Turtle Green. HEX triplet: 35, 51 and 0C. RGB value is (53,81,12). Sum of RGB (Red+Green+Blue) = 53+81+12=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 81 (32.03% from 255 or 55.48% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 81 - color contains mainly: green. Hex color #35510C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35510C is #CAAEF3. Grayscale: #414141. Windows color (decimal): -13283060 or 807221. OLE color: 807221.
HSL color Cylindrical-coordinate representation of color #35510C: hue angle of 84.35º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #35510C is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 81 | 12 | - |
| CMYK | 0.35 | 0 | 0.85 | 0.68 |
| HSL | 84.35º | 0.74% | 0.18% | - |
| HSV(B) | 84.35º | 0.85% | 0.32% | - |
| XYZ | 4.48 | 6.67 | 1.4 | - |
| YUV | 64.76 | 98.22 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 12 | 0.35 | 0 | 0.85 | 0.68 | 84.35 | 0.74 | 0.18 |
| Hex | 35 | 51 | C | 23 | 0 | 55 | 44 | 54 | 4A | 12 |
| Octal | 65 | 121 | 14 | 43 | 0 | 125 | 104 | 124 | 112 | 22 |
| Binary | 110101 | 1010001 | 1100 | 100011 | 0 | 1010101 | 1000100 | 1010100 | 1001010 | 10010 |
Color Harmonies of #35510C
Complementary color
Monochromatic Colors of #35510C
Black with #35510C
Text Example
Text Example
White with #35510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35510C; }
p { color: rgb(53,81,12); }
H1.HeaderClassName
{
color: #35510C;
}
.AnyTagClassName
{
color: #35510C;
}
</style>
background-color css
<style>
a { background-color: #35510C; }
a { background-color: rgb(53,81,12); }
div.DivClassName
{
background-color: #35510C;
}
.BgClassName
{
background-color: #35510C;
}
</style>
border-color css
<style>
span { border-color: #35510C; }
span { border-color: rgb(53,81,12); }
td.TdClassName
{
border-color: #35510C;
}
.TagClassName
{
border-color: #35510C;
}
</style>