Shades of Seaweed #343B2A
Tints of Seaweed #343B2A
RGB
CMYK
RGB Variations
Color information
#343B2A (or 0x343B2A) is known color: Seaweed. HEX triplet: 34, 3B and 2A. RGB value is (52,59,42). Sum of RGB (Red+Green+Blue) = 52+59+42=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 59 (23.44% from 255 or 38.56% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 59 - color contains mainly: green. Hex color #343B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B2A is #CBC4D5. Grayscale: #373737. Windows color (decimal): -13354198 or 2767668. OLE color: 2767668.
HSL color Cylindrical-coordinate representation of color #343B2A: hue angle of 84.71º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #343B2A is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 59 | 42 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.77 |
| HSL | 84.71º | 0.17% | 0.2% | - |
| HSV(B) | 84.71º | 0.29% | 0.23% | - |
| XYZ | 3.4 | 4.03 | 2.79 | - |
| YUV | 54.97 | 120.68 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 42 | 0.12 | 0 | 0.29 | 0.77 | 84.71 | 0.17 | 0.2 |
| Hex | 34 | 3B | 2A | C | 0 | 1D | 4D | 55 | 11 | 14 |
| Octal | 64 | 73 | 52 | 14 | 0 | 35 | 115 | 125 | 21 | 24 |
| Binary | 110100 | 111011 | 101010 | 1100 | 0 | 11101 | 1001101 | 1010101 | 10001 | 10100 |
Color Harmonies of #343B2A
Complementary color
Monochromatic Colors of #343B2A
Black with #343B2A
Text Example
Text Example
White with #343B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B2A; }
p { color: rgb(52,59,42); }
H1.HeaderClassName
{
color: #343B2A;
}
.AnyTagClassName
{
color: #343B2A;
}
</style>
background-color css
<style>
a { background-color: #343B2A; }
a { background-color: rgb(52,59,42); }
div.DivClassName
{
background-color: #343B2A;
}
.BgClassName
{
background-color: #343B2A;
}
</style>
border-color css
<style>
span { border-color: #343B2A; }
span { border-color: rgb(52,59,42); }
td.TdClassName
{
border-color: #343B2A;
}
.TagClassName
{
border-color: #343B2A;
}
</style>