Shades of Seaweed #344321
Tints of Seaweed #344321
RGB
CMYK
RGB Variations
Color information
#344321 (or 0x344321) is known color: Seaweed. HEX triplet: 34, 43 and 21. RGB value is (52,67,33). Sum of RGB (Red+Green+Blue) = 52+67+33=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 67 - color contains mainly: green. Hex color #344321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344321 is #CBBCDE. Grayscale: #3A3A3A. Windows color (decimal): -13352159 or 2179892. OLE color: 2179892.
HSL color Cylindrical-coordinate representation of color #344321: hue angle of 86.47º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #344321 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 67 | 33 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.74 |
| HSL | 86.47º | 0.34% | 0.2% | - |
| HSV(B) | 86.47º | 0.51% | 0.26% | - |
| XYZ | 3.7 | 4.85 | 2.18 | - |
| YUV | 58.64 | 113.53 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 33 | 0.22 | 0 | 0.51 | 0.74 | 86.47 | 0.34 | 0.2 |
| Hex | 34 | 43 | 21 | 16 | 0 | 33 | 4A | 56 | 22 | 14 |
| Octal | 64 | 103 | 41 | 26 | 0 | 63 | 112 | 126 | 42 | 24 |
| Binary | 110100 | 1000011 | 100001 | 10110 | 0 | 110011 | 1001010 | 1010110 | 100010 | 10100 |
Color Harmonies of #344321
Complementary color
Monochromatic Colors of #344321
Black with #344321
Text Example
Text Example
White with #344321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344321; }
p { color: rgb(52,67,33); }
H1.HeaderClassName
{
color: #344321;
}
.AnyTagClassName
{
color: #344321;
}
</style>
background-color css
<style>
a { background-color: #344321; }
a { background-color: rgb(52,67,33); }
div.DivClassName
{
background-color: #344321;
}
.BgClassName
{
background-color: #344321;
}
</style>
border-color css
<style>
span { border-color: #344321; }
span { border-color: rgb(52,67,33); }
td.TdClassName
{
border-color: #344321;
}
.TagClassName
{
border-color: #344321;
}
</style>