Shades of Turtle Green #354819
Tints of Turtle Green #354819
RGB
CMYK
RGB Variations
Color information
#354819 (or 0x354819) is known color: Turtle Green. HEX triplet: 35, 48 and 19. RGB value is (53,72,25). Sum of RGB (Red+Green+Blue) = 53+72+25=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 72 - color contains mainly: green. Hex color #354819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354819 is #CAB7E6. Grayscale: #3D3D3D. Windows color (decimal): -13285351 or 1656885. OLE color: 1656885.
HSL color Cylindrical-coordinate representation of color #354819: hue angle of 84.26º 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 #354819 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 72 | 25 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.72 |
| HSL | 84.26º | 0.48% | 0.19% | - |
| HSV(B) | 84.26º | 0.65% | 0.28% | - |
| XYZ | 3.96 | 5.46 | 1.77 | - |
| YUV | 60.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 25 | 0.26 | 0 | 0.65 | 0.72 | 84.26 | 0.48 | 0.19 |
| Hex | 35 | 48 | 19 | 1A | 0 | 41 | 48 | 54 | 30 | 13 |
| Octal | 65 | 110 | 31 | 32 | 0 | 101 | 110 | 124 | 60 | 23 |
| Binary | 110101 | 1001000 | 11001 | 11010 | 0 | 1000001 | 1001000 | 1010100 | 110000 | 10011 |
Color Harmonies of #354819
Complementary color
Monochromatic Colors of #354819
Black with #354819
Text Example
Text Example
White with #354819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354819; }
p { color: rgb(53,72,25); }
H1.HeaderClassName
{
color: #354819;
}
.AnyTagClassName
{
color: #354819;
}
</style>
background-color css
<style>
a { background-color: #354819; }
a { background-color: rgb(53,72,25); }
div.DivClassName
{
background-color: #354819;
}
.BgClassName
{
background-color: #354819;
}
</style>
border-color css
<style>
span { border-color: #354819; }
span { border-color: rgb(53,72,25); }
td.TdClassName
{
border-color: #354819;
}
.TagClassName
{
border-color: #354819;
}
</style>