Shades of Seaweed #354328
Tints of Seaweed #354328
RGB
CMYK
RGB Variations
Color information
#354328 (or 0x354328) is known color: Seaweed. HEX triplet: 35, 43 and 28. RGB value is (53,67,40). Sum of RGB (Red+Green+Blue) = 53+67+40=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 67 - color contains mainly: green. Hex color #354328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354328 is #CABCD7. Grayscale: #3B3B3B. Windows color (decimal): -13286616 or 2638645. OLE color: 2638645.
HSL color Cylindrical-coordinate representation of color #354328: hue angle of 91.11º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #354328 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 67 | 40 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.74 |
| HSL | 91.11º | 0.25% | 0.21% | - |
| HSV(B) | 91.11º | 0.4% | 0.26% | - |
| XYZ | 3.86 | 4.92 | 2.75 | - |
| YUV | 59.74 | 116.86 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 40 | 0.21 | 0 | 0.40 | 0.74 | 91.11 | 0.25 | 0.21 |
| Hex | 35 | 43 | 28 | 15 | 0 | 28 | 4A | 5B | 19 | 15 |
| Octal | 65 | 103 | 50 | 25 | 0 | 50 | 112 | 133 | 31 | 25 |
| Binary | 110101 | 1000011 | 101000 | 10101 | 0 | 101000 | 1001010 | 1011011 | 11001 | 10101 |
Color Harmonies of #354328
Complementary color
Monochromatic Colors of #354328
Black with #354328
Text Example
Text Example
White with #354328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354328; }
p { color: rgb(53,67,40); }
H1.HeaderClassName
{
color: #354328;
}
.AnyTagClassName
{
color: #354328;
}
</style>
background-color css
<style>
a { background-color: #354328; }
a { background-color: rgb(53,67,40); }
div.DivClassName
{
background-color: #354328;
}
.BgClassName
{
background-color: #354328;
}
</style>
border-color css
<style>
span { border-color: #354328; }
span { border-color: rgb(53,67,40); }
td.TdClassName
{
border-color: #354328;
}
.TagClassName
{
border-color: #354328;
}
</style>