Shades of Seaweed #344129
Tints of Seaweed #344129
RGB
CMYK
RGB Variations
Color information
#344129 (or 0x344129) is known color: Seaweed. HEX triplet: 34, 41 and 29. RGB value is (52,65,41). Sum of RGB (Red+Green+Blue) = 52+65+41=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #344129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344129 is #CBBED6. Grayscale: #3A3A3A. Windows color (decimal): -13352663 or 2703668. OLE color: 2703668.
HSL color Cylindrical-coordinate representation of color #344129: hue angle of 92.5º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #344129 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 65 | 41 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.75 |
| HSL | 92.5º | 0.23% | 0.21% | - |
| HSV(B) | 92.5º | 0.37% | 0.25% | - |
| XYZ | 3.71 | 4.67 | 2.8 | - |
| YUV | 58.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 41 | 0.20 | 0 | 0.37 | 0.75 | 92.5 | 0.23 | 0.21 |
| Hex | 34 | 41 | 29 | 14 | 0 | 25 | 4B | 5C | 17 | 15 |
| Octal | 64 | 101 | 51 | 24 | 0 | 45 | 113 | 134 | 27 | 25 |
| Binary | 110100 | 1000001 | 101001 | 10100 | 0 | 100101 | 1001011 | 1011100 | 10111 | 10101 |
Color Harmonies of #344129
Complementary color
Monochromatic Colors of #344129
Black with #344129
Text Example
Text Example
White with #344129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344129; }
p { color: rgb(52,65,41); }
H1.HeaderClassName
{
color: #344129;
}
.AnyTagClassName
{
color: #344129;
}
</style>
background-color css
<style>
a { background-color: #344129; }
a { background-color: rgb(52,65,41); }
div.DivClassName
{
background-color: #344129;
}
.BgClassName
{
background-color: #344129;
}
</style>
border-color css
<style>
span { border-color: #344129; }
span { border-color: rgb(52,65,41); }
td.TdClassName
{
border-color: #344129;
}
.TagClassName
{
border-color: #344129;
}
</style>