Shades of Seaweed #334521
Tints of Seaweed #334521
RGB
CMYK
RGB Variations
Color information
#334521 (or 0x334521) is known color: Seaweed. HEX triplet: 33, 45 and 21. RGB value is (51,69,33). Sum of RGB (Red+Green+Blue) = 51+69+33=153 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.33% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 69 - color contains mainly: green. Hex color #334521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334521 is #CCBADE. Grayscale: #3B3B3B. Windows color (decimal): -13417183 or 2180403. OLE color: 2180403.
HSL color Cylindrical-coordinate representation of color #334521: hue angle of 90º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #334521 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 69 | 33 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.73 |
| HSL | 90º | 0.35% | 0.2% | - |
| HSV(B) | 90º | 0.52% | 0.27% | - |
| XYZ | 3.77 | 5.07 | 2.22 | - |
| YUV | 59.51 | 113.04 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 33 | 0.26 | 0 | 0.52 | 0.73 | 90 | 0.35 | 0.2 |
| Hex | 33 | 45 | 21 | 1A | 0 | 34 | 49 | 5A | 23 | 14 |
| Octal | 63 | 105 | 41 | 32 | 0 | 64 | 111 | 132 | 43 | 24 |
| Binary | 110011 | 1000101 | 100001 | 11010 | 0 | 110100 | 1001001 | 1011010 | 100011 | 10100 |
Color Harmonies of #334521
Complementary color
Monochromatic Colors of #334521
Black with #334521
Text Example
Text Example
White with #334521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334521; }
p { color: rgb(51,69,33); }
H1.HeaderClassName
{
color: #334521;
}
.AnyTagClassName
{
color: #334521;
}
</style>
background-color css
<style>
a { background-color: #334521; }
a { background-color: rgb(51,69,33); }
div.DivClassName
{
background-color: #334521;
}
.BgClassName
{
background-color: #334521;
}
</style>
border-color css
<style>
span { border-color: #334521; }
span { border-color: rgb(51,69,33); }
td.TdClassName
{
border-color: #334521;
}
.TagClassName
{
border-color: #334521;
}
</style>