Shades of Seaweed #354B21
Tints of Seaweed #354B21
RGB
CMYK
RGB Variations
Color information
#354B21 (or 0x354B21) is known color: Seaweed. HEX triplet: 35, 4B and 21. RGB value is (53,75,33). Sum of RGB (Red+Green+Blue) = 53+75+33=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 75 (29.69% from 255 or 46.58% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 75 - color contains mainly: green. Hex color #354B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B21 is #CAB4DE. Grayscale: #3F3F3F. Windows color (decimal): -13284575 or 2181941. OLE color: 2181941.
HSL color Cylindrical-coordinate representation of color #354B21: hue angle of 91.43º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #354B21 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 75 | 33 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.71 |
| HSL | 91.43º | 0.39% | 0.21% | - |
| HSV(B) | 91.43º | 0.56% | 0.29% | - |
| XYZ | 4.26 | 5.9 | 2.35 | - |
| YUV | 63.63 | 110.71 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 33 | 0.29 | 0 | 0.56 | 0.71 | 91.43 | 0.39 | 0.21 |
| Hex | 35 | 4B | 21 | 1D | 0 | 38 | 47 | 5B | 27 | 15 |
| Octal | 65 | 113 | 41 | 35 | 0 | 70 | 107 | 133 | 47 | 25 |
| Binary | 110101 | 1001011 | 100001 | 11101 | 0 | 111000 | 1000111 | 1011011 | 100111 | 10101 |
Color Harmonies of #354B21
Complementary color
Monochromatic Colors of #354B21
Black with #354B21
Text Example
Text Example
White with #354B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354B21; }
p { color: rgb(53,75,33); }
H1.HeaderClassName
{
color: #354B21;
}
.AnyTagClassName
{
color: #354B21;
}
</style>
background-color css
<style>
a { background-color: #354B21; }
a { background-color: rgb(53,75,33); }
div.DivClassName
{
background-color: #354B21;
}
.BgClassName
{
background-color: #354B21;
}
</style>
border-color css
<style>
span { border-color: #354B21; }
span { border-color: rgb(53,75,33); }
td.TdClassName
{
border-color: #354B21;
}
.TagClassName
{
border-color: #354B21;
}
</style>