Shades of Seaweed #343E29
Tints of Seaweed #343E29
RGB
CMYK
RGB Variations
Color information
#343E29 (or 0x343E29) is known color: Seaweed. HEX triplet: 34, 3E and 29. RGB value is (52,62,41). Sum of RGB (Red+Green+Blue) = 52+62+41=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 62 - color contains mainly: green. Hex color #343E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E29 is #CBC1D6. Grayscale: #383838. Windows color (decimal): -13353431 or 2702900. OLE color: 2702900.
HSL color Cylindrical-coordinate representation of color #343E29: hue angle of 88.57º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #343E29 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 62 | 41 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.76 |
| HSL | 88.57º | 0.2% | 0.2% | - |
| HSV(B) | 88.57º | 0.34% | 0.24% | - |
| XYZ | 3.54 | 4.34 | 2.75 | - |
| YUV | 56.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 41 | 0.16 | 0 | 0.34 | 0.76 | 88.57 | 0.2 | 0.2 |
| Hex | 34 | 3E | 29 | 10 | 0 | 22 | 4C | 59 | 14 | 14 |
| Octal | 64 | 76 | 51 | 20 | 0 | 42 | 114 | 131 | 24 | 24 |
| Binary | 110100 | 111110 | 101001 | 10000 | 0 | 100010 | 1001100 | 1011001 | 10100 | 10100 |
Color Harmonies of #343E29
Complementary color
Monochromatic Colors of #343E29
Black with #343E29
Text Example
Text Example
White with #343E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343E29; }
p { color: rgb(52,62,41); }
H1.HeaderClassName
{
color: #343E29;
}
.AnyTagClassName
{
color: #343E29;
}
</style>
background-color css
<style>
a { background-color: #343E29; }
a { background-color: rgb(52,62,41); }
div.DivClassName
{
background-color: #343E29;
}
.BgClassName
{
background-color: #343E29;
}
</style>
border-color css
<style>
span { border-color: #343E29; }
span { border-color: rgb(52,62,41); }
td.TdClassName
{
border-color: #343E29;
}
.TagClassName
{
border-color: #343E29;
}
</style>