Shades of Seaweed #354420
Tints of Seaweed #354420
RGB
CMYK
RGB Variations
Color information
#354420 (or 0x354420) is known color: Seaweed. HEX triplet: 35, 44 and 20. RGB value is (53,68,32). Sum of RGB (Red+Green+Blue) = 53+68+32=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 68 - color contains mainly: green. Hex color #354420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354420 is #CABBDF. Grayscale: #3B3B3B. Windows color (decimal): -13286368 or 2114613. OLE color: 2114613.
HSL color Cylindrical-coordinate representation of color #354420: hue angle of 85º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #354420 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 68 | 32 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.73 |
| HSL | 85º | 0.36% | 0.2% | - |
| HSV(B) | 85º | 0.53% | 0.27% | - |
| XYZ | 3.8 | 5 | 2.13 | - |
| YUV | 59.41 | 112.53 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 68 | 32 | 0.22 | 0 | 0.53 | 0.73 | 85 | 0.36 | 0.2 |
| Hex | 35 | 44 | 20 | 16 | 0 | 35 | 49 | 55 | 24 | 14 |
| Octal | 65 | 104 | 40 | 26 | 0 | 65 | 111 | 125 | 44 | 24 |
| Binary | 110101 | 1000100 | 100000 | 10110 | 0 | 110101 | 1001001 | 1010101 | 100100 | 10100 |
Color Harmonies of #354420
Complementary color
Monochromatic Colors of #354420
Black with #354420
Text Example
Text Example
White with #354420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354420; }
p { color: rgb(53,68,32); }
H1.HeaderClassName
{
color: #354420;
}
.AnyTagClassName
{
color: #354420;
}
</style>
background-color css
<style>
a { background-color: #354420; }
a { background-color: rgb(53,68,32); }
div.DivClassName
{
background-color: #354420;
}
.BgClassName
{
background-color: #354420;
}
</style>
border-color css
<style>
span { border-color: #354420; }
span { border-color: rgb(53,68,32); }
td.TdClassName
{
border-color: #354420;
}
.TagClassName
{
border-color: #354420;
}
</style>