Shades of Seaweed #353D2B
Tints of Seaweed #353D2B
RGB
CMYK
RGB Variations
Color information
#353D2B (or 0x353D2B) is known color: Seaweed. HEX triplet: 35, 3D and 2B. RGB value is (53,61,43). Sum of RGB (Red+Green+Blue) = 53+61+43=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 61 - color contains mainly: green. Hex color #353D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D2B is #CAC2D4. Grayscale: #383838. Windows color (decimal): -13288149 or 2833717. OLE color: 2833717.
HSL color Cylindrical-coordinate representation of color #353D2B: hue angle of 86.67º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #353D2B is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 61 | 43 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.76 |
| HSL | 86.67º | 0.17% | 0.2% | - |
| HSV(B) | 86.67º | 0.3% | 0.24% | - |
| XYZ | 3.57 | 4.27 | 2.92 | - |
| YUV | 56.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 43 | 0.13 | 0 | 0.30 | 0.76 | 86.67 | 0.17 | 0.2 |
| Hex | 35 | 3D | 2B | D | 0 | 1E | 4C | 57 | 11 | 14 |
| Octal | 65 | 75 | 53 | 15 | 0 | 36 | 114 | 127 | 21 | 24 |
| Binary | 110101 | 111101 | 101011 | 1101 | 0 | 11110 | 1001100 | 1010111 | 10001 | 10100 |
Color Harmonies of #353D2B
Complementary color
Monochromatic Colors of #353D2B
Black with #353D2B
Text Example
Text Example
White with #353D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D2B; }
p { color: rgb(53,61,43); }
H1.HeaderClassName
{
color: #353D2B;
}
.AnyTagClassName
{
color: #353D2B;
}
</style>
background-color css
<style>
a { background-color: #353D2B; }
a { background-color: rgb(53,61,43); }
div.DivClassName
{
background-color: #353D2B;
}
.BgClassName
{
background-color: #353D2B;
}
</style>
border-color css
<style>
span { border-color: #353D2B; }
span { border-color: rgb(53,61,43); }
td.TdClassName
{
border-color: #353D2B;
}
.TagClassName
{
border-color: #353D2B;
}
</style>