Shades of Turtle Green #353B15
Tints of Turtle Green #353B15
RGB
CMYK
RGB Variations
Color information
#353B15 (or 0x353B15) is known color: Turtle Green. HEX triplet: 35, 3B and 15. RGB value is (53,59,21). Sum of RGB (Red+Green+Blue) = 53+59+21=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 59 - color contains mainly: green. Hex color #353B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353B15 is #CAC4EA. Grayscale: #353535. Windows color (decimal): -13288683 or 1391413. OLE color: 1391413.
HSL color Cylindrical-coordinate representation of color #353B15: hue angle of 69.47º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #353B15 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 59 | 21 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.77 |
| HSL | 69.47º | 0.48% | 0.16% | - |
| HSV(B) | 69.47º | 0.64% | 0.23% | - |
| XYZ | 3.17 | 3.94 | 1.3 | - |
| YUV | 52.87 | 110.01 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 21 | 0.10 | 0 | 0.64 | 0.77 | 69.47 | 0.48 | 0.16 |
| Hex | 35 | 3B | 15 | A | 0 | 40 | 4D | 45 | 30 | 10 |
| Octal | 65 | 73 | 25 | 12 | 0 | 100 | 115 | 105 | 60 | 20 |
| Binary | 110101 | 111011 | 10101 | 1010 | 0 | 1000000 | 1001101 | 1000101 | 110000 | 10000 |
Color Harmonies of #353B15
Complementary color
Monochromatic Colors of #353B15
Black with #353B15
Text Example
Text Example
White with #353B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353B15; }
p { color: rgb(53,59,21); }
H1.HeaderClassName
{
color: #353B15;
}
.AnyTagClassName
{
color: #353B15;
}
</style>
background-color css
<style>
a { background-color: #353B15; }
a { background-color: rgb(53,59,21); }
div.DivClassName
{
background-color: #353B15;
}
.BgClassName
{
background-color: #353B15;
}
</style>
border-color css
<style>
span { border-color: #353B15; }
span { border-color: rgb(53,59,21); }
td.TdClassName
{
border-color: #353B15;
}
.TagClassName
{
border-color: #353B15;
}
</style>