Shades of Seaweed #334A21
Tints of Seaweed #334A21
RGB
CMYK
RGB Variations
Color information
#334A21 (or 0x334A21) is known color: Seaweed. HEX triplet: 33, 4A and 21. RGB value is (51,74,33). Sum of RGB (Red+Green+Blue) = 51+74+33=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 74 (29.30% from 255 or 46.84% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 74 - color contains mainly: green. Hex color #334A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334A21 is #CCB5DE. Grayscale: #3E3E3E. Windows color (decimal): -13415903 or 2181683. OLE color: 2181683.
HSL color Cylindrical-coordinate representation of color #334A21: hue angle of 93.66º 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 #334A21 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 74 | 33 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.71 |
| HSL | 93.66º | 0.38% | 0.21% | - |
| HSV(B) | 93.66º | 0.55% | 0.29% | - |
| XYZ | 4.09 | 5.71 | 2.33 | - |
| YUV | 62.45 | 111.38 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 33 | 0.31 | 0 | 0.55 | 0.71 | 93.66 | 0.38 | 0.21 |
| Hex | 33 | 4A | 21 | 1F | 0 | 37 | 47 | 5E | 26 | 15 |
| Octal | 63 | 112 | 41 | 37 | 0 | 67 | 107 | 136 | 46 | 25 |
| Binary | 110011 | 1001010 | 100001 | 11111 | 0 | 110111 | 1000111 | 1011110 | 100110 | 10101 |
Color Harmonies of #334A21
Complementary color
Monochromatic Colors of #334A21
Black with #334A21
Text Example
Text Example
White with #334A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334A21; }
p { color: rgb(51,74,33); }
H1.HeaderClassName
{
color: #334A21;
}
.AnyTagClassName
{
color: #334A21;
}
</style>
background-color css
<style>
a { background-color: #334A21; }
a { background-color: rgb(51,74,33); }
div.DivClassName
{
background-color: #334A21;
}
.BgClassName
{
background-color: #334A21;
}
</style>
border-color css
<style>
span { border-color: #334A21; }
span { border-color: rgb(51,74,33); }
td.TdClassName
{
border-color: #334A21;
}
.TagClassName
{
border-color: #334A21;
}
</style>