Shades of Seaweed #343C2B
Tints of Seaweed #343C2B
RGB
CMYK
RGB Variations
Color information
#343C2B (or 0x343C2B) is known color: Seaweed. HEX triplet: 34, 3C and 2B. RGB value is (52,60,43). Sum of RGB (Red+Green+Blue) = 52+60+43=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 60 - color contains mainly: green. Hex color #343C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343C2B is #CBC3D4. Grayscale: #373737. Windows color (decimal): -13353941 or 2833460. OLE color: 2833460.
HSL color Cylindrical-coordinate representation of color #343C2B: hue angle of 88.24º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #343C2B is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 60 | 43 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.76 |
| HSL | 88.24º | 0.17% | 0.2% | - |
| HSV(B) | 88.24º | 0.28% | 0.24% | - |
| XYZ | 3.47 | 4.14 | 2.9 | - |
| YUV | 55.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 43 | 0.13 | 0 | 0.28 | 0.76 | 88.24 | 0.17 | 0.2 |
| Hex | 34 | 3C | 2B | D | 0 | 1C | 4C | 58 | 11 | 14 |
| Octal | 64 | 74 | 53 | 15 | 0 | 34 | 114 | 130 | 21 | 24 |
| Binary | 110100 | 111100 | 101011 | 1101 | 0 | 11100 | 1001100 | 1011000 | 10001 | 10100 |
Color Harmonies of #343C2B
Complementary color
Monochromatic Colors of #343C2B
Black with #343C2B
Text Example
Text Example
White with #343C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343C2B; }
p { color: rgb(52,60,43); }
H1.HeaderClassName
{
color: #343C2B;
}
.AnyTagClassName
{
color: #343C2B;
}
</style>
background-color css
<style>
a { background-color: #343C2B; }
a { background-color: rgb(52,60,43); }
div.DivClassName
{
background-color: #343C2B;
}
.BgClassName
{
background-color: #343C2B;
}
</style>
border-color css
<style>
span { border-color: #343C2B; }
span { border-color: rgb(52,60,43); }
td.TdClassName
{
border-color: #343C2B;
}
.TagClassName
{
border-color: #343C2B;
}
</style>