Shades of Seaweed #354823
Tints of Seaweed #354823
RGB
CMYK
RGB Variations
Color information
#354823 (or 0x354823) is known color: Seaweed. HEX triplet: 35, 48 and 23. RGB value is (53,72,35). Sum of RGB (Red+Green+Blue) = 53+72+35=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 35 (14.06% from 255 or 21.88% from 160); Max value from RGB is 72 - color contains mainly: green. Hex color #354823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354823 is #CAB7DC. Grayscale: #3E3E3E. Windows color (decimal): -13285341 or 2312245. OLE color: 2312245.
HSL color Cylindrical-coordinate representation of color #354823: hue angle of 90.81º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #354823 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 72 | 35 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.72 |
| HSL | 90.81º | 0.35% | 0.21% | - |
| HSV(B) | 90.81º | 0.51% | 0.28% | - |
| XYZ | 4.09 | 5.51 | 2.44 | - |
| YUV | 62.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 35 | 0.26 | 0 | 0.51 | 0.72 | 90.81 | 0.35 | 0.21 |
| Hex | 35 | 48 | 23 | 1A | 0 | 33 | 48 | 5B | 23 | 15 |
| Octal | 65 | 110 | 43 | 32 | 0 | 63 | 110 | 133 | 43 | 25 |
| Binary | 110101 | 1001000 | 100011 | 11010 | 0 | 110011 | 1001000 | 1011011 | 100011 | 10101 |
Color Harmonies of #354823
Complementary color
Monochromatic Colors of #354823
Black with #354823
Text Example
Text Example
White with #354823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354823; }
p { color: rgb(53,72,35); }
H1.HeaderClassName
{
color: #354823;
}
.AnyTagClassName
{
color: #354823;
}
</style>
background-color css
<style>
a { background-color: #354823; }
a { background-color: rgb(53,72,35); }
div.DivClassName
{
background-color: #354823;
}
.BgClassName
{
background-color: #354823;
}
</style>
border-color css
<style>
span { border-color: #354823; }
span { border-color: rgb(53,72,35); }
td.TdClassName
{
border-color: #354823;
}
.TagClassName
{
border-color: #354823;
}
</style>