Shades of Seaweed #354D21
Tints of Seaweed #354D21
RGB
CMYK
RGB Variations
Color information
#354D21 (or 0x354D21) is known color: Seaweed. HEX triplet: 35, 4D and 21. RGB value is (53,77,33). Sum of RGB (Red+Green+Blue) = 53+77+33=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 77 - color contains mainly: green. Hex color #354D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354D21 is #CAB2DE. Grayscale: #404040. Windows color (decimal): -13284063 or 2182453. OLE color: 2182453.
HSL color Cylindrical-coordinate representation of color #354D21: hue angle of 92.73º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #354D21 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 77 | 33 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.70 |
| HSL | 92.73º | 0.4% | 0.22% | - |
| HSV(B) | 92.73º | 0.57% | 0.3% | - |
| XYZ | 4.4 | 6.17 | 2.4 | - |
| YUV | 64.81 | 110.05 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 33 | 0.31 | 0 | 0.57 | 0.70 | 92.73 | 0.4 | 0.22 |
| Hex | 35 | 4D | 21 | 1F | 0 | 39 | 46 | 5D | 28 | 16 |
| Octal | 65 | 115 | 41 | 37 | 0 | 71 | 106 | 135 | 50 | 26 |
| Binary | 110101 | 1001101 | 100001 | 11111 | 0 | 111001 | 1000110 | 1011101 | 101000 | 10110 |
Color Harmonies of #354D21
Complementary color
Monochromatic Colors of #354D21
Black with #354D21
Text Example
Text Example
White with #354D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354D21; }
p { color: rgb(53,77,33); }
H1.HeaderClassName
{
color: #354D21;
}
.AnyTagClassName
{
color: #354D21;
}
</style>
background-color css
<style>
a { background-color: #354D21; }
a { background-color: rgb(53,77,33); }
div.DivClassName
{
background-color: #354D21;
}
.BgClassName
{
background-color: #354D21;
}
</style>
border-color css
<style>
span { border-color: #354D21; }
span { border-color: rgb(53,77,33); }
td.TdClassName
{
border-color: #354D21;
}
.TagClassName
{
border-color: #354D21;
}
</style>