Shades of Seaweed #354424
Tints of Seaweed #354424
RGB
CMYK
RGB Variations
Color information
#354424 (or 0x354424) is known color: Seaweed. HEX triplet: 35, 44 and 24. RGB value is (53,68,36). Sum of RGB (Red+Green+Blue) = 53+68+36=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 68 - color contains mainly: green. Hex color #354424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354424 is #CABBDB. Grayscale: #3B3B3B. Windows color (decimal): -13286364 or 2376757. OLE color: 2376757.
HSL color Cylindrical-coordinate representation of color #354424: hue angle of 88.12º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #354424 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 68 | 36 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.73 |
| HSL | 88.13º | 0.31% | 0.2% | - |
| HSV(B) | 88.13º | 0.47% | 0.27% | - |
| XYZ | 3.85 | 5.02 | 2.43 | - |
| YUV | 59.87 | 114.53 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 68 | 36 | 0.22 | 0 | 0.47 | 0.73 | 88.13 | 0.31 | 0.2 |
| Hex | 35 | 44 | 24 | 16 | 0 | 2F | 49 | 58 | 1F | 14 |
| Octal | 65 | 104 | 44 | 26 | 0 | 57 | 111 | 130 | 37 | 24 |
| Binary | 110101 | 1000100 | 100100 | 10110 | 0 | 101111 | 1001001 | 1011000 | 11111 | 10100 |
Color Harmonies of #354424
Complementary color
Monochromatic Colors of #354424
Black with #354424
Text Example
Text Example
White with #354424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354424; }
p { color: rgb(53,68,36); }
H1.HeaderClassName
{
color: #354424;
}
.AnyTagClassName
{
color: #354424;
}
</style>
background-color css
<style>
a { background-color: #354424; }
a { background-color: rgb(53,68,36); }
div.DivClassName
{
background-color: #354424;
}
.BgClassName
{
background-color: #354424;
}
</style>
border-color css
<style>
span { border-color: #354424; }
span { border-color: rgb(53,68,36); }
td.TdClassName
{
border-color: #354424;
}
.TagClassName
{
border-color: #354424;
}
</style>