Shades of Seaweed #355415
Tints of Seaweed #355415
RGB
CMYK
RGB Variations
Color information
#355415 (or 0x355415) is known color: Seaweed. HEX triplet: 35, 54 and 15. RGB value is (53,84,21). Sum of RGB (Red+Green+Blue) = 53+84+21=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #355415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355415 is #CAABEA. Grayscale: #434343. Windows color (decimal): -13282283 or 1397813. OLE color: 1397813.
HSL color Cylindrical-coordinate representation of color #355415: hue angle of 89.52º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #355415 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 84 | 21 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.67 |
| HSL | 89.52º | 0.6% | 0.21% | - |
| HSV(B) | 89.52º | 0.75% | 0.33% | - |
| XYZ | 4.77 | 7.15 | 1.84 | - |
| YUV | 67.55 | 101.73 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 21 | 0.37 | 0 | 0.75 | 0.67 | 89.52 | 0.6 | 0.21 |
| Hex | 35 | 54 | 15 | 25 | 0 | 4B | 43 | 5A | 3C | 15 |
| Octal | 65 | 124 | 25 | 45 | 0 | 113 | 103 | 132 | 74 | 25 |
| Binary | 110101 | 1010100 | 10101 | 100101 | 0 | 1001011 | 1000011 | 1011010 | 111100 | 10101 |
Color Harmonies of #355415
Complementary color
Monochromatic Colors of #355415
Black with #355415
Text Example
Text Example
White with #355415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355415; }
p { color: rgb(53,84,21); }
H1.HeaderClassName
{
color: #355415;
}
.AnyTagClassName
{
color: #355415;
}
</style>
background-color css
<style>
a { background-color: #355415; }
a { background-color: rgb(53,84,21); }
div.DivClassName
{
background-color: #355415;
}
.BgClassName
{
background-color: #355415;
}
</style>
border-color css
<style>
span { border-color: #355415; }
span { border-color: rgb(53,84,21); }
td.TdClassName
{
border-color: #355415;
}
.TagClassName
{
border-color: #355415;
}
</style>