Shades of Seaweed #354524
Tints of Seaweed #354524
RGB
CMYK
RGB Variations
Color information
#354524 (or 0x354524) is known color: Seaweed. HEX triplet: 35, 45 and 24. RGB value is (53,69,36). Sum of RGB (Red+Green+Blue) = 53+69+36=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 69 - color contains mainly: green. Hex color #354524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354524 is #CABADB. Grayscale: #3C3C3C. Windows color (decimal): -13286108 or 2377013. OLE color: 2377013.
HSL color Cylindrical-coordinate representation of color #354524: hue angle of 89.09º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #354524 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 69 | 36 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.73 |
| HSL | 89.09º | 0.31% | 0.21% | - |
| HSV(B) | 89.09º | 0.48% | 0.27% | - |
| XYZ | 3.91 | 5.14 | 2.45 | - |
| YUV | 60.45 | 114.2 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 36 | 0.23 | 0 | 0.48 | 0.73 | 89.09 | 0.31 | 0.21 |
| Hex | 35 | 45 | 24 | 17 | 0 | 30 | 49 | 59 | 1F | 15 |
| Octal | 65 | 105 | 44 | 27 | 0 | 60 | 111 | 131 | 37 | 25 |
| Binary | 110101 | 1000101 | 100100 | 10111 | 0 | 110000 | 1001001 | 1011001 | 11111 | 10101 |
Color Harmonies of #354524
Complementary color
Monochromatic Colors of #354524
Black with #354524
Text Example
Text Example
White with #354524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354524; }
p { color: rgb(53,69,36); }
H1.HeaderClassName
{
color: #354524;
}
.AnyTagClassName
{
color: #354524;
}
</style>
background-color css
<style>
a { background-color: #354524; }
a { background-color: rgb(53,69,36); }
div.DivClassName
{
background-color: #354524;
}
.BgClassName
{
background-color: #354524;
}
</style>
border-color css
<style>
span { border-color: #354524; }
span { border-color: rgb(53,69,36); }
td.TdClassName
{
border-color: #354524;
}
.TagClassName
{
border-color: #354524;
}
</style>