Shades of Seaweed #344622
Tints of Seaweed #344622
RGB
CMYK
RGB Variations
Color information
#344622 (or 0x344622) is known color: Seaweed. HEX triplet: 34, 46 and 22. RGB value is (52,70,34). Sum of RGB (Red+Green+Blue) = 52+70+34=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #344622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344622 is #CBB9DD. Grayscale: #3C3C3C. Windows color (decimal): -13351390 or 2246196. OLE color: 2246196.
HSL color Cylindrical-coordinate representation of color #344622: 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.51%. Process color model (Four color, CMYK) of #344622 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 70 | 34 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.73 |
| HSL | 90º | 0.35% | 0.2% | - |
| HSV(B) | 90º | 0.51% | 0.27% | - |
| XYZ | 3.9 | 5.23 | 2.32 | - |
| YUV | 60.51 | 113.04 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 34 | 0.26 | 0 | 0.51 | 0.73 | 90 | 0.35 | 0.2 |
| Hex | 34 | 46 | 22 | 1A | 0 | 33 | 49 | 5A | 23 | 14 |
| Octal | 64 | 106 | 42 | 32 | 0 | 63 | 111 | 132 | 43 | 24 |
| Binary | 110100 | 1000110 | 100010 | 11010 | 0 | 110011 | 1001001 | 1011010 | 100011 | 10100 |
Color Harmonies of #344622
Complementary color
Monochromatic Colors of #344622
Black with #344622
Text Example
Text Example
White with #344622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344622; }
p { color: rgb(52,70,34); }
H1.HeaderClassName
{
color: #344622;
}
.AnyTagClassName
{
color: #344622;
}
</style>
background-color css
<style>
a { background-color: #344622; }
a { background-color: rgb(52,70,34); }
div.DivClassName
{
background-color: #344622;
}
.BgClassName
{
background-color: #344622;
}
</style>
border-color css
<style>
span { border-color: #344622; }
span { border-color: rgb(52,70,34); }
td.TdClassName
{
border-color: #344622;
}
.TagClassName
{
border-color: #344622;
}
</style>