Shades of Seaweed #344320
Tints of Seaweed #344320
RGB
CMYK
RGB Variations
Color information
#344320 (or 0x344320) is known color: Seaweed. HEX triplet: 34, 43 and 20. RGB value is (52,67,32). Sum of RGB (Red+Green+Blue) = 52+67+32=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 67 - color contains mainly: green. Hex color #344320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344320 is #CBBCDF. Grayscale: #3A3A3A. Windows color (decimal): -13352160 or 2114356. OLE color: 2114356.
HSL color Cylindrical-coordinate representation of color #344320: hue angle of 85.71º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #344320 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 67 | 32 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.74 |
| HSL | 85.71º | 0.35% | 0.19% | - |
| HSV(B) | 85.71º | 0.52% | 0.26% | - |
| XYZ | 3.68 | 4.85 | 2.11 | - |
| YUV | 58.53 | 113.03 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 32 | 0.22 | 0 | 0.52 | 0.74 | 85.71 | 0.35 | 0.19 |
| Hex | 34 | 43 | 20 | 16 | 0 | 34 | 4A | 56 | 23 | 13 |
| Octal | 64 | 103 | 40 | 26 | 0 | 64 | 112 | 126 | 43 | 23 |
| Binary | 110100 | 1000011 | 100000 | 10110 | 0 | 110100 | 1001010 | 1010110 | 100011 | 10011 |
Color Harmonies of #344320
Complementary color
Monochromatic Colors of #344320
Black with #344320
Text Example
Text Example
White with #344320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344320; }
p { color: rgb(52,67,32); }
H1.HeaderClassName
{
color: #344320;
}
.AnyTagClassName
{
color: #344320;
}
</style>
background-color css
<style>
a { background-color: #344320; }
a { background-color: rgb(52,67,32); }
div.DivClassName
{
background-color: #344320;
}
.BgClassName
{
background-color: #344320;
}
</style>
border-color css
<style>
span { border-color: #344320; }
span { border-color: rgb(52,67,32); }
td.TdClassName
{
border-color: #344320;
}
.TagClassName
{
border-color: #344320;
}
</style>