Shades of Seaweed #353C2B
Tints of Seaweed #353C2B
RGB
CMYK
RGB Variations
Color information
#353C2B (or 0x353C2B) is known color: Seaweed. HEX triplet: 35, 3C and 2B. RGB value is (53,60,43). Sum of RGB (Red+Green+Blue) = 53+60+43=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 60 - color contains mainly: green. Hex color #353C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353C2B is #CAC3D4. Grayscale: #383838. Windows color (decimal): -13288405 or 2833461. OLE color: 2833461.
HSL color Cylindrical-coordinate representation of color #353C2B: hue angle of 84.71º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #353C2B is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
RGB | 53 | 60 | 43 | - |
CMYK | 0.12 | 0 | 0.28 | 0.76 |
HSL | 84.71º | 0.17% | 0.2% | - |
HSV(B) | 84.71º | 0.28% | 0.24% | - |
XYZ | 3.52 | 4.16 | 2.9 | - |
YUV | 55.97 | 120.68 | 125.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 53 | 60 | 43 | 0.12 | 0 | 0.28 | 0.76 | 84.71 | 0.17 | 0.2 |
Hex | 35 | 3C | 2B | C | 0 | 1C | 4C | 55 | 11 | 14 |
Octal | 65 | 74 | 53 | 14 | 0 | 34 | 114 | 125 | 21 | 24 |
Binary | 110101 | 111100 | 101011 | 1100 | 0 | 11100 | 1001100 | 1010101 | 10001 | 10100 |
Color Harmonies of #353C2B
Complementary color
Monochromatic Colors of #353C2B
Black with #353C2B
Text Example
Text Example
White with #353C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353C2B; }
p { color: rgb(53,60,43); }
H1.HeaderClassName
{
color: #353C2B;
}
.AnyTagClassName
{
color: #353C2B;
}
</style>
background-color css
<style>
a { background-color: #353C2B; }
a { background-color: rgb(53,60,43); }
div.DivClassName
{
background-color: #353C2B;
}
.BgClassName
{
background-color: #353C2B;
}
</style>
border-color css
<style>
span { border-color: #353C2B; }
span { border-color: rgb(53,60,43); }
td.TdClassName
{
border-color: #353C2B;
}
.TagClassName
{
border-color: #353C2B;
}
</style>