Shades of Seaweed #355915
Tints of Seaweed #355915
RGB
CMYK
RGB Variations
Color information
#355915 (or 0x355915) is known color: Seaweed. HEX triplet: 35, 59 and 15. RGB value is (53,89,21). Sum of RGB (Red+Green+Blue) = 53+89+21=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 89 (35.16% from 255 or 54.60% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 89 - color contains mainly: green. Hex color #355915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355915 is #CAA6EA. Grayscale: #464646. Windows color (decimal): -13281003 or 1399093. OLE color: 1399093.
HSL color Cylindrical-coordinate representation of color #355915: hue angle of 91.76º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #355915 is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 89 | 21 | - |
| CMYK | 0.40 | 0 | 0.76 | 0.65 |
| HSL | 91.76º | 0.62% | 0.22% | - |
| HSV(B) | 91.76º | 0.76% | 0.35% | - |
| XYZ | 5.18 | 7.96 | 1.97 | - |
| YUV | 70.48 | 100.07 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 21 | 0.40 | 0 | 0.76 | 0.65 | 91.76 | 0.62 | 0.22 |
| Hex | 35 | 59 | 15 | 28 | 0 | 4C | 41 | 5C | 3E | 16 |
| Octal | 65 | 131 | 25 | 50 | 0 | 114 | 101 | 134 | 76 | 26 |
| Binary | 110101 | 1011001 | 10101 | 101000 | 0 | 1001100 | 1000001 | 1011100 | 111110 | 10110 |
Color Harmonies of #355915
Complementary color
Monochromatic Colors of #355915
Black with #355915
Text Example
Text Example
White with #355915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355915; }
p { color: rgb(53,89,21); }
H1.HeaderClassName
{
color: #355915;
}
.AnyTagClassName
{
color: #355915;
}
</style>
background-color css
<style>
a { background-color: #355915; }
a { background-color: rgb(53,89,21); }
div.DivClassName
{
background-color: #355915;
}
.BgClassName
{
background-color: #355915;
}
</style>
border-color css
<style>
span { border-color: #355915; }
span { border-color: rgb(53,89,21); }
td.TdClassName
{
border-color: #355915;
}
.TagClassName
{
border-color: #355915;
}
</style>