Shades of Seaweed #354421
Tints of Seaweed #354421
RGB
CMYK
RGB Variations
Color information
#354421 (or 0x354421) is known color: Seaweed. HEX triplet: 35, 44 and 21. RGB value is (53,68,33). Sum of RGB (Red+Green+Blue) = 53+68+33=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 68 - color contains mainly: green. Hex color #354421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354421 is #CABBDE. Grayscale: #3B3B3B. Windows color (decimal): -13286367 or 2180149. OLE color: 2180149.
HSL color Cylindrical-coordinate representation of color #354421: hue angle of 85.71º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #354421 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 68 | 33 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.73 |
| HSL | 85.71º | 0.35% | 0.2% | - |
| HSV(B) | 85.71º | 0.51% | 0.27% | - |
| XYZ | 3.81 | 5 | 2.2 | - |
| YUV | 59.53 | 113.03 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 68 | 33 | 0.22 | 0 | 0.51 | 0.73 | 85.71 | 0.35 | 0.2 |
| Hex | 35 | 44 | 21 | 16 | 0 | 33 | 49 | 56 | 23 | 14 |
| Octal | 65 | 104 | 41 | 26 | 0 | 63 | 111 | 126 | 43 | 24 |
| Binary | 110101 | 1000100 | 100001 | 10110 | 0 | 110011 | 1001001 | 1010110 | 100011 | 10100 |
Color Harmonies of #354421
Complementary color
Monochromatic Colors of #354421
Black with #354421
Text Example
Text Example
White with #354421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354421; }
p { color: rgb(53,68,33); }
H1.HeaderClassName
{
color: #354421;
}
.AnyTagClassName
{
color: #354421;
}
</style>
background-color css
<style>
a { background-color: #354421; }
a { background-color: rgb(53,68,33); }
div.DivClassName
{
background-color: #354421;
}
.BgClassName
{
background-color: #354421;
}
</style>
border-color css
<style>
span { border-color: #354421; }
span { border-color: rgb(53,68,33); }
td.TdClassName
{
border-color: #354421;
}
.TagClassName
{
border-color: #354421;
}
</style>