Shades of Turtle Green #353911
Tints of Turtle Green #353911
RGB
CMYK
RGB Variations
Color information
#353911 (or 0x353911) is known color: Turtle Green. HEX triplet: 35, 39 and 11. RGB value is (53,57,17). Sum of RGB (Red+Green+Blue) = 53+57+17=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 57 - color contains mainly: green. Hex color #353911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353911 is #CAC6EE. Grayscale: #333333. Windows color (decimal): -13289199 or 1128757. OLE color: 1128757.
HSL color Cylindrical-coordinate representation of color #353911: hue angle of 66º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #353911 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 57 | 17 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.78 |
| HSL | 66º | 0.54% | 0.15% | - |
| HSV(B) | 66º | 0.7% | 0.22% | - |
| XYZ | 3.03 | 3.72 | 1.09 | - |
| YUV | 51.24 | 108.67 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 17 | 0.07 | 0 | 0.70 | 0.78 | 66 | 0.54 | 0.15 |
| Hex | 35 | 39 | 11 | 7 | 0 | 46 | 4E | 42 | 36 | F |
| Octal | 65 | 71 | 21 | 7 | 0 | 106 | 116 | 102 | 66 | 17 |
| Binary | 110101 | 111001 | 10001 | 111 | 0 | 1000110 | 1001110 | 1000010 | 110110 | 1111 |
Color Harmonies of #353911
Complementary color
Monochromatic Colors of #353911
Black with #353911
Text Example
Text Example
White with #353911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353911; }
p { color: rgb(53,57,17); }
H1.HeaderClassName
{
color: #353911;
}
.AnyTagClassName
{
color: #353911;
}
</style>
background-color css
<style>
a { background-color: #353911; }
a { background-color: rgb(53,57,17); }
div.DivClassName
{
background-color: #353911;
}
.BgClassName
{
background-color: #353911;
}
</style>
border-color css
<style>
span { border-color: #353911; }
span { border-color: rgb(53,57,17); }
td.TdClassName
{
border-color: #353911;
}
.TagClassName
{
border-color: #353911;
}
</style>