Shades of Seaweed #354621
Tints of Seaweed #354621
RGB
CMYK
RGB Variations
Color information
#354621 (or 0x354621) is known color: Seaweed. HEX triplet: 35, 46 and 21. RGB value is (53,70,33). Sum of RGB (Red+Green+Blue) = 53+70+33=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #354621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354621 is #CAB9DE. Grayscale: #3C3C3C. Windows color (decimal): -13285855 or 2180661. OLE color: 2180661.
HSL color Cylindrical-coordinate representation of color #354621: hue angle of 87.57º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #354621 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 70 | 33 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.73 |
| HSL | 87.57º | 0.36% | 0.2% | - |
| HSV(B) | 87.57º | 0.53% | 0.27% | - |
| XYZ | 3.93 | 5.25 | 2.24 | - |
| YUV | 60.7 | 112.37 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 33 | 0.24 | 0 | 0.53 | 0.73 | 87.57 | 0.36 | 0.2 |
| Hex | 35 | 46 | 21 | 18 | 0 | 35 | 49 | 58 | 24 | 14 |
| Octal | 65 | 106 | 41 | 30 | 0 | 65 | 111 | 130 | 44 | 24 |
| Binary | 110101 | 1000110 | 100001 | 11000 | 0 | 110101 | 1001001 | 1011000 | 100100 | 10100 |
Color Harmonies of #354621
Complementary color
Monochromatic Colors of #354621
Black with #354621
Text Example
Text Example
White with #354621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354621; }
p { color: rgb(53,70,33); }
H1.HeaderClassName
{
color: #354621;
}
.AnyTagClassName
{
color: #354621;
}
</style>
background-color css
<style>
a { background-color: #354621; }
a { background-color: rgb(53,70,33); }
div.DivClassName
{
background-color: #354621;
}
.BgClassName
{
background-color: #354621;
}
</style>
border-color css
<style>
span { border-color: #354621; }
span { border-color: rgb(53,70,33); }
td.TdClassName
{
border-color: #354621;
}
.TagClassName
{
border-color: #354621;
}
</style>