Shades of Seaweed #354425
Tints of Seaweed #354425
RGB
CMYK
RGB Variations
Color information
#354425 (or 0x354425) is known color: Seaweed. HEX triplet: 35, 44 and 25. RGB value is (53,68,37). Sum of RGB (Red+Green+Blue) = 53+68+37=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 68 - color contains mainly: green. Hex color #354425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354425 is #CABBDA. Grayscale: #3C3C3C. Windows color (decimal): -13286363 or 2442293. OLE color: 2442293.
HSL color Cylindrical-coordinate representation of color #354425: hue angle of 89.03º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #354425 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 68 | 37 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.73 |
| HSL | 89.03º | 0.3% | 0.21% | - |
| HSV(B) | 89.03º | 0.46% | 0.27% | - |
| XYZ | 3.87 | 5.02 | 2.52 | - |
| YUV | 59.98 | 115.03 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 68 | 37 | 0.22 | 0 | 0.46 | 0.73 | 89.03 | 0.3 | 0.21 |
| Hex | 35 | 44 | 25 | 16 | 0 | 2E | 49 | 59 | 1E | 15 |
| Octal | 65 | 104 | 45 | 26 | 0 | 56 | 111 | 131 | 36 | 25 |
| Binary | 110101 | 1000100 | 100101 | 10110 | 0 | 101110 | 1001001 | 1011001 | 11110 | 10101 |
Color Harmonies of #354425
Complementary color
Monochromatic Colors of #354425
Black with #354425
Text Example
Text Example
White with #354425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354425; }
p { color: rgb(53,68,37); }
H1.HeaderClassName
{
color: #354425;
}
.AnyTagClassName
{
color: #354425;
}
</style>
background-color css
<style>
a { background-color: #354425; }
a { background-color: rgb(53,68,37); }
div.DivClassName
{
background-color: #354425;
}
.BgClassName
{
background-color: #354425;
}
</style>
border-color css
<style>
span { border-color: #354425; }
span { border-color: rgb(53,68,37); }
td.TdClassName
{
border-color: #354425;
}
.TagClassName
{
border-color: #354425;
}
</style>