Shades of Turtle Green #353712
Tints of Turtle Green #353712
RGB
CMYK
RGB Variations
Color information
#353712 (or 0x353712) is known color: Turtle Green. HEX triplet: 35, 37 and 12. RGB value is (53,55,18). Sum of RGB (Red+Green+Blue) = 53+55+18=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 55 - color contains mainly: green. Hex color #353712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353712 is #CAC8ED. Grayscale: #323232. Windows color (decimal): -13289710 or 1193781. OLE color: 1193781.
HSL color Cylindrical-coordinate representation of color #353712: hue angle of 63.24º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #353712 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 55 | 18 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.78 |
| HSL | 63.24º | 0.51% | 0.14% | - |
| HSV(B) | 63.24º | 0.67% | 0.22% | - |
| XYZ | 2.94 | 3.53 | 1.1 | - |
| YUV | 50.18 | 109.84 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 18 | 0.04 | 0 | 0.67 | 0.78 | 63.24 | 0.51 | 0.14 |
| Hex | 35 | 37 | 12 | 4 | 0 | 43 | 4E | 3F | 33 | E |
| Octal | 65 | 67 | 22 | 4 | 0 | 103 | 116 | 77 | 63 | 16 |
| Binary | 110101 | 110111 | 10010 | 100 | 0 | 1000011 | 1001110 | 111111 | 110011 | 1110 |
Color Harmonies of #353712
Complementary color
Monochromatic Colors of #353712
Black with #353712
Text Example
Text Example
White with #353712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353712; }
p { color: rgb(53,55,18); }
H1.HeaderClassName
{
color: #353712;
}
.AnyTagClassName
{
color: #353712;
}
</style>
background-color css
<style>
a { background-color: #353712; }
a { background-color: rgb(53,55,18); }
div.DivClassName
{
background-color: #353712;
}
.BgClassName
{
background-color: #353712;
}
</style>
border-color css
<style>
span { border-color: #353712; }
span { border-color: rgb(53,55,18); }
td.TdClassName
{
border-color: #353712;
}
.TagClassName
{
border-color: #353712;
}
</style>