Shades of Seaweed #354222
Tints of Seaweed #354222
RGB
CMYK
RGB Variations
Color information
#354222 (or 0x354222) is known color: Seaweed. HEX triplet: 35, 42 and 22. RGB value is (53,66,34). Sum of RGB (Red+Green+Blue) = 53+66+34=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 66 - color contains mainly: green. Hex color #354222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354222 is #CABDDD. Grayscale: #3A3A3A. Windows color (decimal): -13286878 or 2245173. OLE color: 2245173.
HSL color Cylindrical-coordinate representation of color #354222: hue angle of 84.38º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #354222 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 66 | 34 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.74 |
| HSL | 84.38º | 0.32% | 0.2% | - |
| HSV(B) | 84.38º | 0.48% | 0.26% | - |
| XYZ | 3.71 | 4.77 | 2.24 | - |
| YUV | 58.47 | 114.19 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 34 | 0.20 | 0 | 0.48 | 0.74 | 84.38 | 0.32 | 0.2 |
| Hex | 35 | 42 | 22 | 14 | 0 | 30 | 4A | 54 | 20 | 14 |
| Octal | 65 | 102 | 42 | 24 | 0 | 60 | 112 | 124 | 40 | 24 |
| Binary | 110101 | 1000010 | 100010 | 10100 | 0 | 110000 | 1001010 | 1010100 | 100000 | 10100 |
Color Harmonies of #354222
Complementary color
Monochromatic Colors of #354222
Black with #354222
Text Example
Text Example
White with #354222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354222; }
p { color: rgb(53,66,34); }
H1.HeaderClassName
{
color: #354222;
}
.AnyTagClassName
{
color: #354222;
}
</style>
background-color css
<style>
a { background-color: #354222; }
a { background-color: rgb(53,66,34); }
div.DivClassName
{
background-color: #354222;
}
.BgClassName
{
background-color: #354222;
}
</style>
border-color css
<style>
span { border-color: #354222; }
span { border-color: rgb(53,66,34); }
td.TdClassName
{
border-color: #354222;
}
.TagClassName
{
border-color: #354222;
}
</style>