Shades of Seaweed #354620
Tints of Seaweed #354620
RGB
CMYK
RGB Variations
Color information
#354620 (or 0x354620) is known color: Seaweed. HEX triplet: 35, 46 and 20. RGB value is (53,70,32). Sum of RGB (Red+Green+Blue) = 53+70+32=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #354620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354620 is #CAB9DF. Grayscale: #3C3C3C. Windows color (decimal): -13285856 or 2115125. OLE color: 2115125.
HSL color Cylindrical-coordinate representation of color #354620: hue angle of 86.84º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #354620 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 70 | 32 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.73 |
| HSL | 86.84º | 0.37% | 0.2% | - |
| HSV(B) | 86.84º | 0.54% | 0.27% | - |
| XYZ | 3.92 | 5.24 | 2.17 | - |
| YUV | 60.59 | 111.87 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 32 | 0.24 | 0 | 0.54 | 0.73 | 86.84 | 0.37 | 0.2 |
| Hex | 35 | 46 | 20 | 18 | 0 | 36 | 49 | 57 | 25 | 14 |
| Octal | 65 | 106 | 40 | 30 | 0 | 66 | 111 | 127 | 45 | 24 |
| Binary | 110101 | 1000110 | 100000 | 11000 | 0 | 110110 | 1001001 | 1010111 | 100101 | 10100 |
Color Harmonies of #354620
Complementary color
Monochromatic Colors of #354620
Black with #354620
Text Example
Text Example
White with #354620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354620; }
p { color: rgb(53,70,32); }
H1.HeaderClassName
{
color: #354620;
}
.AnyTagClassName
{
color: #354620;
}
</style>
background-color css
<style>
a { background-color: #354620; }
a { background-color: rgb(53,70,32); }
div.DivClassName
{
background-color: #354620;
}
.BgClassName
{
background-color: #354620;
}
</style>
border-color css
<style>
span { border-color: #354620; }
span { border-color: rgb(53,70,32); }
td.TdClassName
{
border-color: #354620;
}
.TagClassName
{
border-color: #354620;
}
</style>