Shades of Seaweed #353F2A
Tints of Seaweed #353F2A
RGB
CMYK
RGB Variations
Color information
#353F2A (or 0x353F2A) is known color: Seaweed. HEX triplet: 35, 3F and 2A. RGB value is (53,63,42). Sum of RGB (Red+Green+Blue) = 53+63+42=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 63 - color contains mainly: green. Hex color #353F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F2A is #CAC0D5. Grayscale: #393939. Windows color (decimal): -13287638 or 2768693. OLE color: 2768693.
HSL color Cylindrical-coordinate representation of color #353F2A: hue angle of 88.57º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #353F2A is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 63 | 42 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.75 |
| HSL | 88.57º | 0.2% | 0.21% | - |
| HSV(B) | 88.57º | 0.33% | 0.25% | - |
| XYZ | 3.66 | 4.48 | 2.86 | - |
| YUV | 57.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 42 | 0.16 | 0 | 0.33 | 0.75 | 88.57 | 0.2 | 0.21 |
| Hex | 35 | 3F | 2A | 10 | 0 | 21 | 4B | 59 | 14 | 15 |
| Octal | 65 | 77 | 52 | 20 | 0 | 41 | 113 | 131 | 24 | 25 |
| Binary | 110101 | 111111 | 101010 | 10000 | 0 | 100001 | 1001011 | 1011001 | 10100 | 10101 |
Color Harmonies of #353F2A
Complementary color
Monochromatic Colors of #353F2A
Black with #353F2A
Text Example
Text Example
White with #353F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F2A; }
p { color: rgb(53,63,42); }
H1.HeaderClassName
{
color: #353F2A;
}
.AnyTagClassName
{
color: #353F2A;
}
</style>
background-color css
<style>
a { background-color: #353F2A; }
a { background-color: rgb(53,63,42); }
div.DivClassName
{
background-color: #353F2A;
}
.BgClassName
{
background-color: #353F2A;
}
</style>
border-color css
<style>
span { border-color: #353F2A; }
span { border-color: rgb(53,63,42); }
td.TdClassName
{
border-color: #353F2A;
}
.TagClassName
{
border-color: #353F2A;
}
</style>