Shades of Turtle Green #354715
Tints of Turtle Green #354715
RGB
CMYK
RGB Variations
Color information
#354715 (or 0x354715) is known color: Turtle Green. HEX triplet: 35, 47 and 15. RGB value is (53,71,21). Sum of RGB (Red+Green+Blue) = 53+71+21=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #354715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354715 is #CAB8EA. Grayscale: #3C3C3C. Windows color (decimal): -13285611 or 1394485. OLE color: 1394485.
HSL color Cylindrical-coordinate representation of color #354715: hue angle of 81.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #354715 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 71 | 21 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.72 |
| HSL | 81.6º | 0.54% | 0.18% | - |
| HSV(B) | 81.6º | 0.7% | 0.28% | - |
| XYZ | 3.86 | 5.32 | 1.53 | - |
| YUV | 59.92 | 106.04 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 71 | 21 | 0.25 | 0 | 0.70 | 0.72 | 81.6 | 0.54 | 0.18 |
| Hex | 35 | 47 | 15 | 19 | 0 | 46 | 48 | 52 | 36 | 12 |
| Octal | 65 | 107 | 25 | 31 | 0 | 106 | 110 | 122 | 66 | 22 |
| Binary | 110101 | 1000111 | 10101 | 11001 | 0 | 1000110 | 1001000 | 1010010 | 110110 | 10010 |
Color Harmonies of #354715
Complementary color
Monochromatic Colors of #354715
Black with #354715
Text Example
Text Example
White with #354715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354715; }
p { color: rgb(53,71,21); }
H1.HeaderClassName
{
color: #354715;
}
.AnyTagClassName
{
color: #354715;
}
</style>
background-color css
<style>
a { background-color: #354715; }
a { background-color: rgb(53,71,21); }
div.DivClassName
{
background-color: #354715;
}
.BgClassName
{
background-color: #354715;
}
</style>
border-color css
<style>
span { border-color: #354715; }
span { border-color: rgb(53,71,21); }
td.TdClassName
{
border-color: #354715;
}
.TagClassName
{
border-color: #354715;
}
</style>