Shades of Turtle Green #354713
Tints of Turtle Green #354713
RGB
CMYK
RGB Variations
Color information
#354713 (or 0x354713) is known color: Turtle Green. HEX triplet: 35, 47 and 13. RGB value is (53,71,19). Sum of RGB (Red+Green+Blue) = 53+71+19=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #354713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354713 is #CAB8EC. Grayscale: #3B3B3B. Windows color (decimal): -13285613 or 1263413. OLE color: 1263413.
HSL color Cylindrical-coordinate representation of color #354713: hue angle of 80.77º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #354713 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 71 | 19 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.72 |
| HSL | 80.77º | 0.58% | 0.18% | - |
| HSV(B) | 80.77º | 0.73% | 0.28% | - |
| XYZ | 3.84 | 5.31 | 1.44 | - |
| YUV | 59.69 | 105.04 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 71 | 19 | 0.25 | 0 | 0.73 | 0.72 | 80.77 | 0.58 | 0.18 |
| Hex | 35 | 47 | 13 | 19 | 0 | 49 | 48 | 51 | 3A | 12 |
| Octal | 65 | 107 | 23 | 31 | 0 | 111 | 110 | 121 | 72 | 22 |
| Binary | 110101 | 1000111 | 10011 | 11001 | 0 | 1001001 | 1001000 | 1010001 | 111010 | 10010 |
Color Harmonies of #354713
Complementary color
Monochromatic Colors of #354713
Black with #354713
Text Example
Text Example
White with #354713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354713; }
p { color: rgb(53,71,19); }
H1.HeaderClassName
{
color: #354713;
}
.AnyTagClassName
{
color: #354713;
}
</style>
background-color css
<style>
a { background-color: #354713; }
a { background-color: rgb(53,71,19); }
div.DivClassName
{
background-color: #354713;
}
.BgClassName
{
background-color: #354713;
}
</style>
border-color css
<style>
span { border-color: #354713; }
span { border-color: rgb(53,71,19); }
td.TdClassName
{
border-color: #354713;
}
.TagClassName
{
border-color: #354713;
}
</style>