Shades of Turtle Green #353C24
Tints of Turtle Green #353C24
RGB
CMYK
RGB Variations
Color information
#353C24 (or 0x353C24) is known color: Turtle Green. HEX triplet: 35, 3C and 24. RGB value is (53,60,36). Sum of RGB (Red+Green+Blue) = 53+60+36=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 60 - color contains mainly: green. Hex color #353C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353C24 is #CAC3DB. Grayscale: #373737. Windows color (decimal): -13288412 or 2374709. OLE color: 2374709.
HSL color Cylindrical-coordinate representation of color #353C24: hue angle of 77.5º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #353C24 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 60 | 36 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.76 |
| HSL | 77.5º | 0.25% | 0.19% | - |
| HSV(B) | 77.5º | 0.4% | 0.24% | - |
| XYZ | 3.4 | 4.12 | 2.28 | - |
| YUV | 55.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 36 | 0.12 | 0 | 0.40 | 0.76 | 77.5 | 0.25 | 0.19 |
| Hex | 35 | 3C | 24 | C | 0 | 28 | 4C | 4E | 19 | 13 |
| Octal | 65 | 74 | 44 | 14 | 0 | 50 | 114 | 116 | 31 | 23 |
| Binary | 110101 | 111100 | 100100 | 1100 | 0 | 101000 | 1001100 | 1001110 | 11001 | 10011 |
Color Harmonies of #353C24
Complementary color
Monochromatic Colors of #353C24
Black with #353C24
Text Example
Text Example
White with #353C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353C24; }
p { color: rgb(53,60,36); }
H1.HeaderClassName
{
color: #353C24;
}
.AnyTagClassName
{
color: #353C24;
}
</style>
background-color css
<style>
a { background-color: #353C24; }
a { background-color: rgb(53,60,36); }
div.DivClassName
{
background-color: #353C24;
}
.BgClassName
{
background-color: #353C24;
}
</style>
border-color css
<style>
span { border-color: #353C24; }
span { border-color: rgb(53,60,36); }
td.TdClassName
{
border-color: #353C24;
}
.TagClassName
{
border-color: #353C24;
}
</style>