Shades of Turtle Green #354719
Tints of Turtle Green #354719
RGB
CMYK
RGB Variations
Color information
#354719 (or 0x354719) is known color: Turtle Green. HEX triplet: 35, 47 and 19. RGB value is (53,71,25). Sum of RGB (Red+Green+Blue) = 53+71+25=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 71 - color contains mainly: green. Hex color #354719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354719 is #CAB8E6. Grayscale: #3C3C3C. Windows color (decimal): -13285607 or 1656629. OLE color: 1656629.
HSL color Cylindrical-coordinate representation of color #354719: hue angle of 83.48º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #354719 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 71 | 25 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.72 |
| HSL | 83.48º | 0.48% | 0.19% | - |
| HSV(B) | 83.48º | 0.65% | 0.28% | - |
| XYZ | 3.9 | 5.33 | 1.74 | - |
| YUV | 60.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 71 | 25 | 0.25 | 0 | 0.65 | 0.72 | 83.48 | 0.48 | 0.19 |
| Hex | 35 | 47 | 19 | 19 | 0 | 41 | 48 | 53 | 30 | 13 |
| Octal | 65 | 107 | 31 | 31 | 0 | 101 | 110 | 123 | 60 | 23 |
| Binary | 110101 | 1000111 | 11001 | 11001 | 0 | 1000001 | 1001000 | 1010011 | 110000 | 10011 |
Color Harmonies of #354719
Complementary color
Monochromatic Colors of #354719
Black with #354719
Text Example
Text Example
White with #354719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354719; }
p { color: rgb(53,71,25); }
H1.HeaderClassName
{
color: #354719;
}
.AnyTagClassName
{
color: #354719;
}
</style>
background-color css
<style>
a { background-color: #354719; }
a { background-color: rgb(53,71,25); }
div.DivClassName
{
background-color: #354719;
}
.BgClassName
{
background-color: #354719;
}
</style>
border-color css
<style>
span { border-color: #354719; }
span { border-color: rgb(53,71,25); }
td.TdClassName
{
border-color: #354719;
}
.TagClassName
{
border-color: #354719;
}
</style>