Shades of Seaweed #354A21
Tints of Seaweed #354A21
RGB
CMYK
RGB Variations
Color information
#354A21 (or 0x354A21) is known color: Seaweed. HEX triplet: 35, 4A and 21. RGB value is (53,74,33). Sum of RGB (Red+Green+Blue) = 53+74+33=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 74 (29.30% from 255 or 46.25% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 74 - color contains mainly: green. Hex color #354A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354A21 is #CAB5DE. Grayscale: #3F3F3F. Windows color (decimal): -13284831 or 2181685. OLE color: 2181685.
HSL color Cylindrical-coordinate representation of color #354A21: hue angle of 90.73º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #354A21 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 74 | 33 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.71 |
| HSL | 90.73º | 0.38% | 0.21% | - |
| HSV(B) | 90.73º | 0.55% | 0.29% | - |
| XYZ | 4.19 | 5.76 | 2.33 | - |
| YUV | 63.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 33 | 0.28 | 0 | 0.55 | 0.71 | 90.73 | 0.38 | 0.21 |
| Hex | 35 | 4A | 21 | 1C | 0 | 37 | 47 | 5B | 26 | 15 |
| Octal | 65 | 112 | 41 | 34 | 0 | 67 | 107 | 133 | 46 | 25 |
| Binary | 110101 | 1001010 | 100001 | 11100 | 0 | 110111 | 1000111 | 1011011 | 100110 | 10101 |
Color Harmonies of #354A21
Complementary color
Monochromatic Colors of #354A21
Black with #354A21
Text Example
Text Example
White with #354A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354A21; }
p { color: rgb(53,74,33); }
H1.HeaderClassName
{
color: #354A21;
}
.AnyTagClassName
{
color: #354A21;
}
</style>
background-color css
<style>
a { background-color: #354A21; }
a { background-color: rgb(53,74,33); }
div.DivClassName
{
background-color: #354A21;
}
.BgClassName
{
background-color: #354A21;
}
</style>
border-color css
<style>
span { border-color: #354A21; }
span { border-color: rgb(53,74,33); }
td.TdClassName
{
border-color: #354A21;
}
.TagClassName
{
border-color: #354A21;
}
</style>