Shades of Turtle Green #354020
Tints of Turtle Green #354020
RGB
CMYK
RGB Variations
Color information
#354020 (or 0x354020) is known color: Turtle Green. HEX triplet: 35, 40 and 20. RGB value is (53,64,32). Sum of RGB (Red+Green+Blue) = 53+64+32=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 64 - color contains mainly: green. Hex color #354020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354020 is #CABFDF. Grayscale: #393939. Windows color (decimal): -13287392 or 2113589. OLE color: 2113589.
HSL color Cylindrical-coordinate representation of color #354020: hue angle of 80.62º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #354020 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 64 | 32 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.75 |
| HSL | 80.63º | 0.33% | 0.19% | - |
| HSV(B) | 80.63º | 0.5% | 0.25% | - |
| XYZ | 3.56 | 4.53 | 2.05 | - |
| YUV | 57.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 32 | 0.17 | 0 | 0.50 | 0.75 | 80.63 | 0.33 | 0.19 |
| Hex | 35 | 40 | 20 | 11 | 0 | 32 | 4B | 51 | 21 | 13 |
| Octal | 65 | 100 | 40 | 21 | 0 | 62 | 113 | 121 | 41 | 23 |
| Binary | 110101 | 1000000 | 100000 | 10001 | 0 | 110010 | 1001011 | 1010001 | 100001 | 10011 |
Color Harmonies of #354020
Complementary color
Monochromatic Colors of #354020
Black with #354020
Text Example
Text Example
White with #354020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354020; }
p { color: rgb(53,64,32); }
H1.HeaderClassName
{
color: #354020;
}
.AnyTagClassName
{
color: #354020;
}
</style>
background-color css
<style>
a { background-color: #354020; }
a { background-color: rgb(53,64,32); }
div.DivClassName
{
background-color: #354020;
}
.BgClassName
{
background-color: #354020;
}
</style>
border-color css
<style>
span { border-color: #354020; }
span { border-color: rgb(53,64,32); }
td.TdClassName
{
border-color: #354020;
}
.TagClassName
{
border-color: #354020;
}
</style>