Shades of Seaweed #354321
Tints of Seaweed #354321
RGB
CMYK
RGB Variations
Color information
#354321 (or 0x354321) is known color: Seaweed. HEX triplet: 35, 43 and 21. RGB value is (53,67,33). Sum of RGB (Red+Green+Blue) = 53+67+33=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 67 - color contains mainly: green. Hex color #354321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354321 is #CABCDE. Grayscale: #3B3B3B. Windows color (decimal): -13286623 or 2179893. OLE color: 2179893.
HSL color Cylindrical-coordinate representation of color #354321: hue angle of 84.71º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #354321 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 67 | 33 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.74 |
| HSL | 84.71º | 0.34% | 0.2% | - |
| HSV(B) | 84.71º | 0.51% | 0.26% | - |
| XYZ | 3.75 | 4.88 | 2.18 | - |
| YUV | 58.94 | 113.36 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 33 | 0.21 | 0 | 0.51 | 0.74 | 84.71 | 0.34 | 0.2 |
| Hex | 35 | 43 | 21 | 15 | 0 | 33 | 4A | 55 | 22 | 14 |
| Octal | 65 | 103 | 41 | 25 | 0 | 63 | 112 | 125 | 42 | 24 |
| Binary | 110101 | 1000011 | 100001 | 10101 | 0 | 110011 | 1001010 | 1010101 | 100010 | 10100 |
Color Harmonies of #354321
Complementary color
Monochromatic Colors of #354321
Black with #354321
Text Example
Text Example
White with #354321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354321; }
p { color: rgb(53,67,33); }
H1.HeaderClassName
{
color: #354321;
}
.AnyTagClassName
{
color: #354321;
}
</style>
background-color css
<style>
a { background-color: #354321; }
a { background-color: rgb(53,67,33); }
div.DivClassName
{
background-color: #354321;
}
.BgClassName
{
background-color: #354321;
}
</style>
border-color css
<style>
span { border-color: #354321; }
span { border-color: rgb(53,67,33); }
td.TdClassName
{
border-color: #354321;
}
.TagClassName
{
border-color: #354321;
}
</style>