Shades of Turtle Green #354211
Tints of Turtle Green #354211
RGB
CMYK
RGB Variations
Color information
#354211 (or 0x354211) is known color: Turtle Green. HEX triplet: 35, 42 and 11. RGB value is (53,66,17). Sum of RGB (Red+Green+Blue) = 53+66+17=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #354211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354211 is #CABDEE. Grayscale: #383838. Windows color (decimal): -13286895 or 1131061. OLE color: 1131061.
HSL color Cylindrical-coordinate representation of color #354211: hue angle of 75.92º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #354211 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 66 | 17 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.74 |
| HSL | 75.92º | 0.59% | 0.16% | - |
| HSV(B) | 75.92º | 0.74% | 0.26% | - |
| XYZ | 3.52 | 4.69 | 1.25 | - |
| YUV | 56.53 | 105.69 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 17 | 0.20 | 0 | 0.74 | 0.74 | 75.92 | 0.59 | 0.16 |
| Hex | 35 | 42 | 11 | 14 | 0 | 4A | 4A | 4C | 3B | 10 |
| Octal | 65 | 102 | 21 | 24 | 0 | 112 | 112 | 114 | 73 | 20 |
| Binary | 110101 | 1000010 | 10001 | 10100 | 0 | 1001010 | 1001010 | 1001100 | 111011 | 10000 |
Color Harmonies of #354211
Complementary color
Monochromatic Colors of #354211
Black with #354211
Text Example
Text Example
White with #354211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354211; }
p { color: rgb(53,66,17); }
H1.HeaderClassName
{
color: #354211;
}
.AnyTagClassName
{
color: #354211;
}
</style>
background-color css
<style>
a { background-color: #354211; }
a { background-color: rgb(53,66,17); }
div.DivClassName
{
background-color: #354211;
}
.BgClassName
{
background-color: #354211;
}
</style>
border-color css
<style>
span { border-color: #354211; }
span { border-color: rgb(53,66,17); }
td.TdClassName
{
border-color: #354211;
}
.TagClassName
{
border-color: #354211;
}
</style>