Shades of Turtle Green #353716
Tints of Turtle Green #353716
RGB
CMYK
RGB Variations
Color information
#353716 (or 0x353716) is known color: Turtle Green. HEX triplet: 35, 37 and 16. RGB value is (53,55,22). Sum of RGB (Red+Green+Blue) = 53+55+22=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 55 - color contains mainly: green. Hex color #353716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353716 is #CAC8E9. Grayscale: #323232. Windows color (decimal): -13289706 or 1455925. OLE color: 1455925.
HSL color Cylindrical-coordinate representation of color #353716: hue angle of 63.64º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #353716 is Cyan = 0.04, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 55 | 22 | - |
| CMYK | 0.04 | 0 | 0.6 | 0.78 |
| HSL | 63.64º | 0.43% | 0.15% | - |
| HSV(B) | 63.64º | 0.6% | 0.22% | - |
| XYZ | 2.98 | 3.55 | 1.29 | - |
| YUV | 50.64 | 111.84 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 22 | 0.04 | 0 | 0.6 | 0.78 | 63.64 | 0.43 | 0.15 |
| Hex | 35 | 37 | 16 | 4 | 0 | 3C | 4E | 40 | 2B | F |
| Octal | 65 | 67 | 26 | 4 | 0 | 74 | 116 | 100 | 53 | 17 |
| Binary | 110101 | 110111 | 10110 | 100 | 0 | 111100 | 1001110 | 1000000 | 101011 | 1111 |
Color Harmonies of #353716
Complementary color
Monochromatic Colors of #353716
Black with #353716
Text Example
Text Example
White with #353716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353716; }
p { color: rgb(53,55,22); }
H1.HeaderClassName
{
color: #353716;
}
.AnyTagClassName
{
color: #353716;
}
</style>
background-color css
<style>
a { background-color: #353716; }
a { background-color: rgb(53,55,22); }
div.DivClassName
{
background-color: #353716;
}
.BgClassName
{
background-color: #353716;
}
</style>
border-color css
<style>
span { border-color: #353716; }
span { border-color: rgb(53,55,22); }
td.TdClassName
{
border-color: #353716;
}
.TagClassName
{
border-color: #353716;
}
</style>