Shades of Turtle Green #353815
Tints of Turtle Green #353815
RGB
CMYK
RGB Variations
Color information
#353815 (or 0x353815) is known color: Turtle Green. HEX triplet: 35, 38 and 15. RGB value is (53,56,21). Sum of RGB (Red+Green+Blue) = 53+56+21=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 56 - color contains mainly: green. Hex color #353815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353815 is #CAC7EA. Grayscale: #333333. Windows color (decimal): -13289451 or 1390645. OLE color: 1390645.
HSL color Cylindrical-coordinate representation of color #353815: hue angle of 65.14º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #353815 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 56 | 21 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.78 |
| HSL | 65.14º | 0.45% | 0.15% | - |
| HSV(B) | 65.14º | 0.63% | 0.22% | - |
| XYZ | 3.02 | 3.64 | 1.25 | - |
| YUV | 51.11 | 111.01 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 56 | 21 | 0.05 | 0 | 0.63 | 0.78 | 65.14 | 0.45 | 0.15 |
| Hex | 35 | 38 | 15 | 5 | 0 | 3F | 4E | 41 | 2D | F |
| Octal | 65 | 70 | 25 | 5 | 0 | 77 | 116 | 101 | 55 | 17 |
| Binary | 110101 | 111000 | 10101 | 101 | 0 | 111111 | 1001110 | 1000001 | 101101 | 1111 |
Color Harmonies of #353815
Complementary color
Monochromatic Colors of #353815
Black with #353815
Text Example
Text Example
White with #353815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353815; }
p { color: rgb(53,56,21); }
H1.HeaderClassName
{
color: #353815;
}
.AnyTagClassName
{
color: #353815;
}
</style>
background-color css
<style>
a { background-color: #353815; }
a { background-color: rgb(53,56,21); }
div.DivClassName
{
background-color: #353815;
}
.BgClassName
{
background-color: #353815;
}
</style>
border-color css
<style>
span { border-color: #353815; }
span { border-color: rgb(53,56,21); }
td.TdClassName
{
border-color: #353815;
}
.TagClassName
{
border-color: #353815;
}
</style>