Shades of Turtle Green #354710
Tints of Turtle Green #354710
RGB
CMYK
RGB Variations
Color information
#354710 (or 0x354710) is known color: Turtle Green. HEX triplet: 35, 47 and 10. RGB value is (53,71,16). Sum of RGB (Red+Green+Blue) = 53+71+16=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #354710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354710 is #CAB8EF. Grayscale: #3B3B3B. Windows color (decimal): -13285616 or 1066805. OLE color: 1066805.
HSL color Cylindrical-coordinate representation of color #354710: hue angle of 79.64º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #354710 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 71 | 16 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.72 |
| HSL | 79.64º | 0.63% | 0.17% | - |
| HSV(B) | 79.64º | 0.77% | 0.28% | - |
| XYZ | 3.81 | 5.3 | 1.31 | - |
| YUV | 59.35 | 103.54 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 71 | 16 | 0.25 | 0 | 0.77 | 0.72 | 79.64 | 0.63 | 0.17 |
| Hex | 35 | 47 | 10 | 19 | 0 | 4D | 48 | 50 | 3F | 11 |
| Octal | 65 | 107 | 20 | 31 | 0 | 115 | 110 | 120 | 77 | 21 |
| Binary | 110101 | 1000111 | 10000 | 11001 | 0 | 1001101 | 1001000 | 1010000 | 111111 | 10001 |
Color Harmonies of #354710
Complementary color
Monochromatic Colors of #354710
Black with #354710
Text Example
Text Example
White with #354710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354710; }
p { color: rgb(53,71,16); }
H1.HeaderClassName
{
color: #354710;
}
.AnyTagClassName
{
color: #354710;
}
</style>
background-color css
<style>
a { background-color: #354710; }
a { background-color: rgb(53,71,16); }
div.DivClassName
{
background-color: #354710;
}
.BgClassName
{
background-color: #354710;
}
</style>
border-color css
<style>
span { border-color: #354710; }
span { border-color: rgb(53,71,16); }
td.TdClassName
{
border-color: #354710;
}
.TagClassName
{
border-color: #354710;
}
</style>