Shades of Turtle Green #35510B
Tints of Turtle Green #35510B
RGB
CMYK
RGB Variations
Color information
#35510B (or 0x35510B) is known color: Turtle Green. HEX triplet: 35, 51 and 0B. RGB value is (53,81,11). Sum of RGB (Red+Green+Blue) = 53+81+11=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 81 (32.03% from 255 or 55.86% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 81 - color contains mainly: green. Hex color #35510B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35510B is #CAAEF4. Grayscale: #404040. Windows color (decimal): -13283061 or 741685. OLE color: 741685.
HSL color Cylindrical-coordinate representation of color #35510B: hue angle of 84º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #35510B is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 81 | 11 | - |
| CMYK | 0.35 | 0 | 0.86 | 0.68 |
| HSL | 84º | 0.76% | 0.18% | - |
| HSV(B) | 84º | 0.86% | 0.32% | - |
| XYZ | 4.47 | 6.67 | 1.37 | - |
| YUV | 64.65 | 97.72 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 11 | 0.35 | 0 | 0.86 | 0.68 | 84 | 0.76 | 0.18 |
| Hex | 35 | 51 | B | 23 | 0 | 56 | 44 | 54 | 4C | 12 |
| Octal | 65 | 121 | 13 | 43 | 0 | 126 | 104 | 124 | 114 | 22 |
| Binary | 110101 | 1010001 | 1011 | 100011 | 0 | 1010110 | 1000100 | 1010100 | 1001100 | 10010 |
Color Harmonies of #35510B
Complementary color
Monochromatic Colors of #35510B
Black with #35510B
Text Example
Text Example
White with #35510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35510B; }
p { color: rgb(53,81,11); }
H1.HeaderClassName
{
color: #35510B;
}
.AnyTagClassName
{
color: #35510B;
}
</style>
background-color css
<style>
a { background-color: #35510B; }
a { background-color: rgb(53,81,11); }
div.DivClassName
{
background-color: #35510B;
}
.BgClassName
{
background-color: #35510B;
}
</style>
border-color css
<style>
span { border-color: #35510B; }
span { border-color: rgb(53,81,11); }
td.TdClassName
{
border-color: #35510B;
}
.TagClassName
{
border-color: #35510B;
}
</style>