Shades of Seaweed #354325
Tints of Seaweed #354325
RGB
CMYK
RGB Variations
Color information
#354325 (or 0x354325) is known color: Seaweed. HEX triplet: 35, 43 and 25. RGB value is (53,67,37). Sum of RGB (Red+Green+Blue) = 53+67+37=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 67 - color contains mainly: green. Hex color #354325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354325 is #CABCDA. Grayscale: #3B3B3B. Windows color (decimal): -13286619 or 2442037. OLE color: 2442037.
HSL color Cylindrical-coordinate representation of color #354325: hue angle of 88º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #354325 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 67 | 37 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.74 |
| HSL | 88º | 0.29% | 0.2% | - |
| HSV(B) | 88º | 0.45% | 0.26% | - |
| XYZ | 3.81 | 4.9 | 2.5 | - |
| YUV | 59.39 | 115.36 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 37 | 0.21 | 0 | 0.45 | 0.74 | 88 | 0.29 | 0.2 |
| Hex | 35 | 43 | 25 | 15 | 0 | 2D | 4A | 58 | 1D | 14 |
| Octal | 65 | 103 | 45 | 25 | 0 | 55 | 112 | 130 | 35 | 24 |
| Binary | 110101 | 1000011 | 100101 | 10101 | 0 | 101101 | 1001010 | 1011000 | 11101 | 10100 |
Color Harmonies of #354325
Complementary color
Monochromatic Colors of #354325
Black with #354325
Text Example
Text Example
White with #354325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354325; }
p { color: rgb(53,67,37); }
H1.HeaderClassName
{
color: #354325;
}
.AnyTagClassName
{
color: #354325;
}
</style>
background-color css
<style>
a { background-color: #354325; }
a { background-color: rgb(53,67,37); }
div.DivClassName
{
background-color: #354325;
}
.BgClassName
{
background-color: #354325;
}
</style>
border-color css
<style>
span { border-color: #354325; }
span { border-color: rgb(53,67,37); }
td.TdClassName
{
border-color: #354325;
}
.TagClassName
{
border-color: #354325;
}
</style>