Shades of Turtle Green #353E21
Tints of Turtle Green #353E21
RGB
CMYK
RGB Variations
Color information
#353E21 (or 0x353E21) is known color: Turtle Green. HEX triplet: 35, 3E and 21. RGB value is (53,62,33). Sum of RGB (Red+Green+Blue) = 53+62+33=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 62 (24.61% from 255 or 41.89% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 62 - color contains mainly: green. Hex color #353E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E21 is #CAC1DE. Grayscale: #383838. Windows color (decimal): -13287903 or 2178613. OLE color: 2178613.
HSL color Cylindrical-coordinate representation of color #353E21: hue angle of 78.62º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #353E21 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 62 | 33 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.76 |
| HSL | 78.62º | 0.31% | 0.19% | - |
| HSV(B) | 78.62º | 0.47% | 0.24% | - |
| XYZ | 3.47 | 4.31 | 2.09 | - |
| YUV | 56 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 33 | 0.15 | 0 | 0.47 | 0.76 | 78.62 | 0.31 | 0.19 |
| Hex | 35 | 3E | 21 | F | 0 | 2F | 4C | 4F | 1F | 13 |
| Octal | 65 | 76 | 41 | 17 | 0 | 57 | 114 | 117 | 37 | 23 |
| Binary | 110101 | 111110 | 100001 | 1111 | 0 | 101111 | 1001100 | 1001111 | 11111 | 10011 |
Color Harmonies of #353E21
Complementary color
Monochromatic Colors of #353E21
Black with #353E21
Text Example
Text Example
White with #353E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353E21; }
p { color: rgb(53,62,33); }
H1.HeaderClassName
{
color: #353E21;
}
.AnyTagClassName
{
color: #353E21;
}
</style>
background-color css
<style>
a { background-color: #353E21; }
a { background-color: rgb(53,62,33); }
div.DivClassName
{
background-color: #353E21;
}
.BgClassName
{
background-color: #353E21;
}
</style>
border-color css
<style>
span { border-color: #353E21; }
span { border-color: rgb(53,62,33); }
td.TdClassName
{
border-color: #353E21;
}
.TagClassName
{
border-color: #353E21;
}
</style>