Shades of Seaweed #354525
Tints of Seaweed #354525
RGB
CMYK
RGB Variations
Color information
#354525 (or 0x354525) is known color: Seaweed. HEX triplet: 35, 45 and 25. RGB value is (53,69,37). Sum of RGB (Red+Green+Blue) = 53+69+37=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #354525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354525 is #CABADA. Grayscale: #3C3C3C. Windows color (decimal): -13286107 or 2442549. OLE color: 2442549.
HSL color Cylindrical-coordinate representation of color #354525: hue angle of 90º 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 #354525 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 69 | 37 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.73 |
| HSL | 90º | 0.3% | 0.21% | - |
| HSV(B) | 90º | 0.46% | 0.27% | - |
| XYZ | 3.93 | 5.15 | 2.54 | - |
| YUV | 60.57 | 114.7 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 37 | 0.23 | 0 | 0.46 | 0.73 | 90 | 0.3 | 0.21 |
| Hex | 35 | 45 | 25 | 17 | 0 | 2E | 49 | 5A | 1E | 15 |
| Octal | 65 | 105 | 45 | 27 | 0 | 56 | 111 | 132 | 36 | 25 |
| Binary | 110101 | 1000101 | 100101 | 10111 | 0 | 101110 | 1001001 | 1011010 | 11110 | 10101 |
Color Harmonies of #354525
Complementary color
Monochromatic Colors of #354525
Black with #354525
Text Example
Text Example
White with #354525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354525; }
p { color: rgb(53,69,37); }
H1.HeaderClassName
{
color: #354525;
}
.AnyTagClassName
{
color: #354525;
}
</style>
background-color css
<style>
a { background-color: #354525; }
a { background-color: rgb(53,69,37); }
div.DivClassName
{
background-color: #354525;
}
.BgClassName
{
background-color: #354525;
}
</style>
border-color css
<style>
span { border-color: #354525; }
span { border-color: rgb(53,69,37); }
td.TdClassName
{
border-color: #354525;
}
.TagClassName
{
border-color: #354525;
}
</style>