Shades of Seaweed #354720
Tints of Seaweed #354720
RGB
CMYK
RGB Variations
Color information
#354720 (or 0x354720) is known color: Seaweed. HEX triplet: 35, 47 and 20. RGB value is (53,71,32). Sum of RGB (Red+Green+Blue) = 53+71+32=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #354720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354720 is #CAB8DF. Grayscale: #3D3D3D. Windows color (decimal): -13285600 or 2115381. OLE color: 2115381.
HSL color Cylindrical-coordinate representation of color #354720: hue angle of 87.69º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #354720 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 71 | 32 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.72 |
| HSL | 87.69º | 0.38% | 0.2% | - |
| HSV(B) | 87.69º | 0.55% | 0.28% | - |
| XYZ | 3.98 | 5.37 | 2.19 | - |
| YUV | 61.17 | 111.54 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 71 | 32 | 0.25 | 0 | 0.55 | 0.72 | 87.69 | 0.38 | 0.2 |
| Hex | 35 | 47 | 20 | 19 | 0 | 37 | 48 | 58 | 26 | 14 |
| Octal | 65 | 107 | 40 | 31 | 0 | 67 | 110 | 130 | 46 | 24 |
| Binary | 110101 | 1000111 | 100000 | 11001 | 0 | 110111 | 1001000 | 1011000 | 100110 | 10100 |
Color Harmonies of #354720
Complementary color
Monochromatic Colors of #354720
Black with #354720
Text Example
Text Example
White with #354720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354720; }
p { color: rgb(53,71,32); }
H1.HeaderClassName
{
color: #354720;
}
.AnyTagClassName
{
color: #354720;
}
</style>
background-color css
<style>
a { background-color: #354720; }
a { background-color: rgb(53,71,32); }
div.DivClassName
{
background-color: #354720;
}
.BgClassName
{
background-color: #354720;
}
</style>
border-color css
<style>
span { border-color: #354720; }
span { border-color: rgb(53,71,32); }
td.TdClassName
{
border-color: #354720;
}
.TagClassName
{
border-color: #354720;
}
</style>