Shades of Seaweed #354229
Tints of Seaweed #354229
RGB
CMYK
RGB Variations
Color information
#354229 (or 0x354229) is known color: Seaweed. HEX triplet: 35, 42 and 29. RGB value is (53,66,41). Sum of RGB (Red+Green+Blue) = 53+66+41=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 66 - color contains mainly: green. Hex color #354229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354229 is #CABDD6. Grayscale: #3B3B3B. Windows color (decimal): -13286871 or 2703925. OLE color: 2703925.
HSL color Cylindrical-coordinate representation of color #354229: hue angle of 91.2º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #354229 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 66 | 41 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.74 |
| HSL | 91.2º | 0.23% | 0.21% | - |
| HSV(B) | 91.2º | 0.38% | 0.26% | - |
| XYZ | 3.82 | 4.81 | 2.83 | - |
| YUV | 59.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 41 | 0.20 | 0 | 0.38 | 0.74 | 91.2 | 0.23 | 0.21 |
| Hex | 35 | 42 | 29 | 14 | 0 | 26 | 4A | 5B | 17 | 15 |
| Octal | 65 | 102 | 51 | 24 | 0 | 46 | 112 | 133 | 27 | 25 |
| Binary | 110101 | 1000010 | 101001 | 10100 | 0 | 100110 | 1001010 | 1011011 | 10111 | 10101 |
Color Harmonies of #354229
Complementary color
Monochromatic Colors of #354229
Black with #354229
Text Example
Text Example
White with #354229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354229; }
p { color: rgb(53,66,41); }
H1.HeaderClassName
{
color: #354229;
}
.AnyTagClassName
{
color: #354229;
}
</style>
background-color css
<style>
a { background-color: #354229; }
a { background-color: rgb(53,66,41); }
div.DivClassName
{
background-color: #354229;
}
.BgClassName
{
background-color: #354229;
}
</style>
border-color css
<style>
span { border-color: #354229; }
span { border-color: rgb(53,66,41); }
td.TdClassName
{
border-color: #354229;
}
.TagClassName
{
border-color: #354229;
}
</style>