Shades of Seaweed #353B2C
Tints of Seaweed #353B2C
RGB
CMYK
RGB Variations
Color information
#353B2C (or 0x353B2C) is known color: Seaweed. HEX triplet: 35, 3B and 2C. RGB value is (53,59,44). Sum of RGB (Red+Green+Blue) = 53+59+44=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 59 - color contains mainly: green. Hex color #353B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B2C is #CAC4D3. Grayscale: #373737. Windows color (decimal): -13288660 or 2898741. OLE color: 2898741.
HSL color Cylindrical-coordinate representation of color #353B2C: hue angle of 84º 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 #353B2C is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 59 | 44 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.77 |
| HSL | 84º | 0.15% | 0.2% | - |
| HSV(B) | 84º | 0.25% | 0.23% | - |
| XYZ | 3.49 | 4.07 | 2.98 | - |
| YUV | 55.5 | 121.51 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 44 | 0.10 | 0 | 0.25 | 0.77 | 84 | 0.15 | 0.2 |
| Hex | 35 | 3B | 2C | A | 0 | 19 | 4D | 54 | F | 14 |
| Octal | 65 | 73 | 54 | 12 | 0 | 31 | 115 | 124 | 17 | 24 |
| Binary | 110101 | 111011 | 101100 | 1010 | 0 | 11001 | 1001101 | 1010100 | 1111 | 10100 |
Color Harmonies of #353B2C
Complementary color
Monochromatic Colors of #353B2C
Black with #353B2C
Text Example
Text Example
White with #353B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353B2C; }
p { color: rgb(53,59,44); }
H1.HeaderClassName
{
color: #353B2C;
}
.AnyTagClassName
{
color: #353B2C;
}
</style>
background-color css
<style>
a { background-color: #353B2C; }
a { background-color: rgb(53,59,44); }
div.DivClassName
{
background-color: #353B2C;
}
.BgClassName
{
background-color: #353B2C;
}
</style>
border-color css
<style>
span { border-color: #353B2C; }
span { border-color: rgb(53,59,44); }
td.TdClassName
{
border-color: #353B2C;
}
.TagClassName
{
border-color: #353B2C;
}
</style>