Shades of Seaweed #343B2C
Tints of Seaweed #343B2C
RGB
CMYK
RGB Variations
Color information
#343B2C (or 0x343B2C) is known color: Seaweed. HEX triplet: 34, 3B and 2C. RGB value is (52,59,44). Sum of RGB (Red+Green+Blue) = 52+59+44=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 59 - color contains mainly: green. Hex color #343B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B2C is #CBC4D3. Grayscale: #373737. Windows color (decimal): -13354196 or 2898740. OLE color: 2898740.
HSL color Cylindrical-coordinate representation of color #343B2C: hue angle of 88º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #343B2C is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 59 | 44 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.77 |
| HSL | 88º | 0.15% | 0.2% | - |
| HSV(B) | 88º | 0.25% | 0.23% | - |
| XYZ | 3.43 | 4.04 | 2.98 | - |
| YUV | 55.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 44 | 0.12 | 0 | 0.25 | 0.77 | 88 | 0.15 | 0.2 |
| Hex | 34 | 3B | 2C | C | 0 | 19 | 4D | 58 | F | 14 |
| Octal | 64 | 73 | 54 | 14 | 0 | 31 | 115 | 130 | 17 | 24 |
| Binary | 110100 | 111011 | 101100 | 1100 | 0 | 11001 | 1001101 | 1011000 | 1111 | 10100 |
Color Harmonies of #343B2C
Complementary color
Monochromatic Colors of #343B2C
Black with #343B2C
Text Example
Text Example
White with #343B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B2C; }
p { color: rgb(52,59,44); }
H1.HeaderClassName
{
color: #343B2C;
}
.AnyTagClassName
{
color: #343B2C;
}
</style>
background-color css
<style>
a { background-color: #343B2C; }
a { background-color: rgb(52,59,44); }
div.DivClassName
{
background-color: #343B2C;
}
.BgClassName
{
background-color: #343B2C;
}
</style>
border-color css
<style>
span { border-color: #343B2C; }
span { border-color: rgb(52,59,44); }
td.TdClassName
{
border-color: #343B2C;
}
.TagClassName
{
border-color: #343B2C;
}
</style>