Shades of Turtle Green #353C23
Tints of Turtle Green #353C23
RGB
CMYK
RGB Variations
Color information
#353C23 (or 0x353C23) is known color: Turtle Green. HEX triplet: 35, 3C and 23. RGB value is (53,60,35). Sum of RGB (Red+Green+Blue) = 53+60+35=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 60 - color contains mainly: green. Hex color #353C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353C23 is #CAC3DC. Grayscale: #373737. Windows color (decimal): -13288413 or 2309173. OLE color: 2309173.
HSL color Cylindrical-coordinate representation of color #353C23: hue angle of 76.8º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #353C23 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 60 | 35 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.76 |
| HSL | 76.8º | 0.26% | 0.19% | - |
| HSV(B) | 76.8º | 0.42% | 0.24% | - |
| XYZ | 3.39 | 4.11 | 2.2 | - |
| YUV | 55.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 35 | 0.12 | 0 | 0.42 | 0.76 | 76.8 | 0.26 | 0.19 |
| Hex | 35 | 3C | 23 | C | 0 | 2A | 4C | 4D | 1A | 13 |
| Octal | 65 | 74 | 43 | 14 | 0 | 52 | 114 | 115 | 32 | 23 |
| Binary | 110101 | 111100 | 100011 | 1100 | 0 | 101010 | 1001100 | 1001101 | 11010 | 10011 |
Color Harmonies of #353C23
Complementary color
Monochromatic Colors of #353C23
Black with #353C23
Text Example
Text Example
White with #353C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353C23; }
p { color: rgb(53,60,35); }
H1.HeaderClassName
{
color: #353C23;
}
.AnyTagClassName
{
color: #353C23;
}
</style>
background-color css
<style>
a { background-color: #353C23; }
a { background-color: rgb(53,60,35); }
div.DivClassName
{
background-color: #353C23;
}
.BgClassName
{
background-color: #353C23;
}
</style>
border-color css
<style>
span { border-color: #353C23; }
span { border-color: rgb(53,60,35); }
td.TdClassName
{
border-color: #353C23;
}
.TagClassName
{
border-color: #353C23;
}
</style>