Shades of Turtle Green #354711
Tints of Turtle Green #354711
RGB
CMYK
RGB Variations
Color information
#354711 (or 0x354711) is known color: Turtle Green. HEX triplet: 35, 47 and 11. RGB value is (53,71,17). Sum of RGB (Red+Green+Blue) = 53+71+17=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #354711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354711 is #CAB8EE. Grayscale: #3B3B3B. Windows color (decimal): -13285615 or 1132341. OLE color: 1132341.
HSL color Cylindrical-coordinate representation of color #354711: hue angle of 80º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #354711 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 71 | 17 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.72 |
| HSL | 80º | 0.61% | 0.17% | - |
| HSV(B) | 80º | 0.76% | 0.28% | - |
| XYZ | 3.82 | 5.3 | 1.35 | - |
| YUV | 59.46 | 104.04 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 71 | 17 | 0.25 | 0 | 0.76 | 0.72 | 80 | 0.61 | 0.17 |
| Hex | 35 | 47 | 11 | 19 | 0 | 4C | 48 | 50 | 3D | 11 |
| Octal | 65 | 107 | 21 | 31 | 0 | 114 | 110 | 120 | 75 | 21 |
| Binary | 110101 | 1000111 | 10001 | 11001 | 0 | 1001100 | 1001000 | 1010000 | 111101 | 10001 |
Color Harmonies of #354711
Complementary color
Monochromatic Colors of #354711
Black with #354711
Text Example
Text Example
White with #354711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354711; }
p { color: rgb(53,71,17); }
H1.HeaderClassName
{
color: #354711;
}
.AnyTagClassName
{
color: #354711;
}
</style>
background-color css
<style>
a { background-color: #354711; }
a { background-color: rgb(53,71,17); }
div.DivClassName
{
background-color: #354711;
}
.BgClassName
{
background-color: #354711;
}
</style>
border-color css
<style>
span { border-color: #354711; }
span { border-color: rgb(53,71,17); }
td.TdClassName
{
border-color: #354711;
}
.TagClassName
{
border-color: #354711;
}
</style>