Shades of Seaweed #355815
Tints of Seaweed #355815
RGB
CMYK
RGB Variations
Color information
#355815 (or 0x355815) is known color: Seaweed. HEX triplet: 35, 58 and 15. RGB value is (53,88,21). Sum of RGB (Red+Green+Blue) = 53+88+21=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #355815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355815 is #CAA7EA. Grayscale: #464646. Windows color (decimal): -13281259 or 1398837. OLE color: 1398837.
HSL color Cylindrical-coordinate representation of color #355815: hue angle of 91.34º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #355815 is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 88 | 21 | - |
| CMYK | 0.40 | 0 | 0.76 | 0.65 |
| HSL | 91.34º | 0.61% | 0.21% | - |
| HSV(B) | 91.34º | 0.76% | 0.35% | - |
| XYZ | 5.09 | 7.79 | 1.94 | - |
| YUV | 69.9 | 100.4 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 21 | 0.40 | 0 | 0.76 | 0.65 | 91.34 | 0.61 | 0.21 |
| Hex | 35 | 58 | 15 | 28 | 0 | 4C | 41 | 5B | 3D | 15 |
| Octal | 65 | 130 | 25 | 50 | 0 | 114 | 101 | 133 | 75 | 25 |
| Binary | 110101 | 1011000 | 10101 | 101000 | 0 | 1001100 | 1000001 | 1011011 | 111101 | 10101 |
Color Harmonies of #355815
Complementary color
Monochromatic Colors of #355815
Black with #355815
Text Example
Text Example
White with #355815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355815; }
p { color: rgb(53,88,21); }
H1.HeaderClassName
{
color: #355815;
}
.AnyTagClassName
{
color: #355815;
}
</style>
background-color css
<style>
a { background-color: #355815; }
a { background-color: rgb(53,88,21); }
div.DivClassName
{
background-color: #355815;
}
.BgClassName
{
background-color: #355815;
}
</style>
border-color css
<style>
span { border-color: #355815; }
span { border-color: rgb(53,88,21); }
td.TdClassName
{
border-color: #355815;
}
.TagClassName
{
border-color: #355815;
}
</style>