Shades of Seaweed #354C21
Tints of Seaweed #354C21
RGB
CMYK
RGB Variations
Color information
#354C21 (or 0x354C21) is known color: Seaweed. HEX triplet: 35, 4C and 21. RGB value is (53,76,33). Sum of RGB (Red+Green+Blue) = 53+76+33=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 76 - color contains mainly: green. Hex color #354C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354C21 is #CAB3DE. Grayscale: #404040. Windows color (decimal): -13284319 or 2182197. OLE color: 2182197.
HSL color Cylindrical-coordinate representation of color #354C21: hue angle of 92.09º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #354C21 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 76 | 33 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.70 |
| HSL | 92.09º | 0.39% | 0.21% | - |
| HSV(B) | 92.09º | 0.57% | 0.3% | - |
| XYZ | 4.33 | 6.04 | 2.38 | - |
| YUV | 64.22 | 110.38 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 33 | 0.30 | 0 | 0.57 | 0.70 | 92.09 | 0.39 | 0.21 |
| Hex | 35 | 4C | 21 | 1E | 0 | 39 | 46 | 5C | 27 | 15 |
| Octal | 65 | 114 | 41 | 36 | 0 | 71 | 106 | 134 | 47 | 25 |
| Binary | 110101 | 1001100 | 100001 | 11110 | 0 | 111001 | 1000110 | 1011100 | 100111 | 10101 |
Color Harmonies of #354C21
Complementary color
Monochromatic Colors of #354C21
Black with #354C21
Text Example
Text Example
White with #354C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354C21; }
p { color: rgb(53,76,33); }
H1.HeaderClassName
{
color: #354C21;
}
.AnyTagClassName
{
color: #354C21;
}
</style>
background-color css
<style>
a { background-color: #354C21; }
a { background-color: rgb(53,76,33); }
div.DivClassName
{
background-color: #354C21;
}
.BgClassName
{
background-color: #354C21;
}
</style>
border-color css
<style>
span { border-color: #354C21; }
span { border-color: rgb(53,76,33); }
td.TdClassName
{
border-color: #354C21;
}
.TagClassName
{
border-color: #354C21;
}
</style>