Shades of Seaweed #344122
Tints of Seaweed #344122
RGB
CMYK
RGB Variations
Color information
#344122 (or 0x344122) is known color: Seaweed. HEX triplet: 34, 41 and 22. RGB value is (52,65,34). Sum of RGB (Red+Green+Blue) = 52+65+34=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 65 - color contains mainly: green. Hex color #344122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344122 is #CBBEDD. Grayscale: #393939. Windows color (decimal): -13352670 or 2244916. OLE color: 2244916.
HSL color Cylindrical-coordinate representation of color #344122: hue angle of 85.16º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #344122 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 65 | 34 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.75 |
| HSL | 85.16º | 0.31% | 0.19% | - |
| HSV(B) | 85.16º | 0.48% | 0.25% | - |
| XYZ | 3.6 | 4.63 | 2.22 | - |
| YUV | 57.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 34 | 0.20 | 0 | 0.48 | 0.75 | 85.16 | 0.31 | 0.19 |
| Hex | 34 | 41 | 22 | 14 | 0 | 30 | 4B | 55 | 1F | 13 |
| Octal | 64 | 101 | 42 | 24 | 0 | 60 | 113 | 125 | 37 | 23 |
| Binary | 110100 | 1000001 | 100010 | 10100 | 0 | 110000 | 1001011 | 1010101 | 11111 | 10011 |
Color Harmonies of #344122
Complementary color
Monochromatic Colors of #344122
Black with #344122
Text Example
Text Example
White with #344122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344122; }
p { color: rgb(52,65,34); }
H1.HeaderClassName
{
color: #344122;
}
.AnyTagClassName
{
color: #344122;
}
</style>
background-color css
<style>
a { background-color: #344122; }
a { background-color: rgb(52,65,34); }
div.DivClassName
{
background-color: #344122;
}
.BgClassName
{
background-color: #344122;
}
</style>
border-color css
<style>
span { border-color: #344122; }
span { border-color: rgb(52,65,34); }
td.TdClassName
{
border-color: #344122;
}
.TagClassName
{
border-color: #344122;
}
</style>