Shades of Seaweed #353C29
Tints of Seaweed #353C29
RGB
CMYK
RGB Variations
Color information
#353C29 (or 0x353C29) is known color: Seaweed. HEX triplet: 35, 3C and 29. RGB value is (53,60,41). Sum of RGB (Red+Green+Blue) = 53+60+41=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 60 - color contains mainly: green. Hex color #353C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353C29 is #CAC3D6. Grayscale: #373737. Windows color (decimal): -13288407 or 2702389. OLE color: 2702389.
HSL color Cylindrical-coordinate representation of color #353C29: hue angle of 82.11º degrees, saturation: 0.19, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #353C29 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 60 | 41 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.76 |
| HSL | 82.11º | 0.19% | 0.2% | - |
| HSV(B) | 82.11º | 0.32% | 0.24% | - |
| XYZ | 3.48 | 4.15 | 2.71 | - |
| YUV | 55.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 60 | 41 | 0.12 | 0 | 0.32 | 0.76 | 82.11 | 0.19 | 0.2 |
| Hex | 35 | 3C | 29 | C | 0 | 20 | 4C | 52 | 13 | 14 |
| Octal | 65 | 74 | 51 | 14 | 0 | 40 | 114 | 122 | 23 | 24 |
| Binary | 110101 | 111100 | 101001 | 1100 | 0 | 100000 | 1001100 | 1010010 | 10011 | 10100 |
Color Harmonies of #353C29
Complementary color
Monochromatic Colors of #353C29
Black with #353C29
Text Example
Text Example
White with #353C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353C29; }
p { color: rgb(53,60,41); }
H1.HeaderClassName
{
color: #353C29;
}
.AnyTagClassName
{
color: #353C29;
}
</style>
background-color css
<style>
a { background-color: #353C29; }
a { background-color: rgb(53,60,41); }
div.DivClassName
{
background-color: #353C29;
}
.BgClassName
{
background-color: #353C29;
}
</style>
border-color css
<style>
span { border-color: #353C29; }
span { border-color: rgb(53,60,41); }
td.TdClassName
{
border-color: #353C29;
}
.TagClassName
{
border-color: #353C29;
}
</style>