Shades of Seaweed #354B20
Tints of Seaweed #354B20
RGB
CMYK
RGB Variations
Color information
#354B20 (or 0x354B20) is known color: Seaweed. HEX triplet: 35, 4B and 20. RGB value is (53,75,32). Sum of RGB (Red+Green+Blue) = 53+75+32=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 75 - color contains mainly: green. Hex color #354B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B20 is #CAB4DF. Grayscale: #3F3F3F. Windows color (decimal): -13284576 or 2116405. OLE color: 2116405.
HSL color Cylindrical-coordinate representation of color #354B20: hue angle of 90.7º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #354B20 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 75 | 32 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.71 |
| HSL | 90.7º | 0.4% | 0.21% | - |
| HSV(B) | 90.7º | 0.57% | 0.29% | - |
| XYZ | 4.24 | 5.89 | 2.28 | - |
| YUV | 63.52 | 110.21 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 32 | 0.29 | 0 | 0.57 | 0.71 | 90.7 | 0.4 | 0.21 |
| Hex | 35 | 4B | 20 | 1D | 0 | 39 | 47 | 5B | 28 | 15 |
| Octal | 65 | 113 | 40 | 35 | 0 | 71 | 107 | 133 | 50 | 25 |
| Binary | 110101 | 1001011 | 100000 | 11101 | 0 | 111001 | 1000111 | 1011011 | 101000 | 10101 |
Color Harmonies of #354B20
Complementary color
Monochromatic Colors of #354B20
Black with #354B20
Text Example
Text Example
White with #354B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354B20; }
p { color: rgb(53,75,32); }
H1.HeaderClassName
{
color: #354B20;
}
.AnyTagClassName
{
color: #354B20;
}
</style>
background-color css
<style>
a { background-color: #354B20; }
a { background-color: rgb(53,75,32); }
div.DivClassName
{
background-color: #354B20;
}
.BgClassName
{
background-color: #354B20;
}
</style>
border-color css
<style>
span { border-color: #354B20; }
span { border-color: rgb(53,75,32); }
td.TdClassName
{
border-color: #354B20;
}
.TagClassName
{
border-color: #354B20;
}
</style>