Shades of Seaweed #353A2E
Tints of Seaweed #353A2E
RGB
CMYK
RGB Variations
Color information
#353A2E (or 0x353A2E) is known color: Seaweed. HEX triplet: 35, 3A and 2E. RGB value is (53,58,46). Sum of RGB (Red+Green+Blue) = 53+58+46=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 58 - color contains mainly: green. Hex color #353A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A2E is #CAC5D1. Grayscale: #373737. Windows color (decimal): -13288914 or 3029557. OLE color: 3029557.
HSL color Cylindrical-coordinate representation of color #353A2E: hue angle of 85º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #353A2E is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 58 | 46 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.77 |
| HSL | 85º | 0.12% | 0.2% | - |
| HSV(B) | 85º | 0.21% | 0.23% | - |
| XYZ | 3.47 | 3.98 | 3.17 | - |
| YUV | 55.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 46 | 0.09 | 0 | 0.21 | 0.77 | 85 | 0.12 | 0.2 |
| Hex | 35 | 3A | 2E | 9 | 0 | 15 | 4D | 55 | C | 14 |
| Octal | 65 | 72 | 56 | 11 | 0 | 25 | 115 | 125 | 14 | 24 |
| Binary | 110101 | 111010 | 101110 | 1001 | 0 | 10101 | 1001101 | 1010101 | 1100 | 10100 |
Color Harmonies of #353A2E
Complementary color
Monochromatic Colors of #353A2E
Black with #353A2E
Text Example
Text Example
White with #353A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353A2E; }
p { color: rgb(53,58,46); }
H1.HeaderClassName
{
color: #353A2E;
}
.AnyTagClassName
{
color: #353A2E;
}
</style>
background-color css
<style>
a { background-color: #353A2E; }
a { background-color: rgb(53,58,46); }
div.DivClassName
{
background-color: #353A2E;
}
.BgClassName
{
background-color: #353A2E;
}
</style>
border-color css
<style>
span { border-color: #353A2E; }
span { border-color: rgb(53,58,46); }
td.TdClassName
{
border-color: #353A2E;
}
.TagClassName
{
border-color: #353A2E;
}
</style>