Shades of Seaweed #343D29
Tints of Seaweed #343D29
RGB
CMYK
RGB Variations
Color information
#343D29 (or 0x343D29) is known color: Seaweed. HEX triplet: 34, 3D and 29. RGB value is (52,61,41). Sum of RGB (Red+Green+Blue) = 52+61+41=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 61 - color contains mainly: green. Hex color #343D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343D29 is #CBC2D6. Grayscale: #383838. Windows color (decimal): -13353687 or 2702644. OLE color: 2702644.
HSL color Cylindrical-coordinate representation of color #343D29: hue angle of 87º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #343D29 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 61 | 41 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.76 |
| HSL | 87º | 0.2% | 0.2% | - |
| HSV(B) | 87º | 0.33% | 0.24% | - |
| XYZ | 3.49 | 4.23 | 2.73 | - |
| YUV | 56.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 41 | 0.15 | 0 | 0.33 | 0.76 | 87 | 0.2 | 0.2 |
| Hex | 34 | 3D | 29 | F | 0 | 21 | 4C | 57 | 14 | 14 |
| Octal | 64 | 75 | 51 | 17 | 0 | 41 | 114 | 127 | 24 | 24 |
| Binary | 110100 | 111101 | 101001 | 1111 | 0 | 100001 | 1001100 | 1010111 | 10100 | 10100 |
Color Harmonies of #343D29
Complementary color
Monochromatic Colors of #343D29
Black with #343D29
Text Example
Text Example
White with #343D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D29; }
p { color: rgb(52,61,41); }
H1.HeaderClassName
{
color: #343D29;
}
.AnyTagClassName
{
color: #343D29;
}
</style>
background-color css
<style>
a { background-color: #343D29; }
a { background-color: rgb(52,61,41); }
div.DivClassName
{
background-color: #343D29;
}
.BgClassName
{
background-color: #343D29;
}
</style>
border-color css
<style>
span { border-color: #343D29; }
span { border-color: rgb(52,61,41); }
td.TdClassName
{
border-color: #343D29;
}
.TagClassName
{
border-color: #343D29;
}
</style>