Shades of Seaweed #355913
Tints of Seaweed #355913
RGB
CMYK
RGB Variations
Color information
#355913 (or 0x355913) is known color: Seaweed. HEX triplet: 35, 59 and 13. RGB value is (53,89,19). Sum of RGB (Red+Green+Blue) = 53+89+19=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #355913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355913 is #CAA6EC. Grayscale: #464646. Windows color (decimal): -13281005 or 1268021. OLE color: 1268021.
HSL color Cylindrical-coordinate representation of color #355913: hue angle of 90.86º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #355913 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 89 | 19 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.65 |
| HSL | 90.86º | 0.65% | 0.21% | - |
| HSV(B) | 90.86º | 0.79% | 0.35% | - |
| XYZ | 5.16 | 7.95 | 1.88 | - |
| YUV | 70.26 | 99.07 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 19 | 0.40 | 0 | 0.79 | 0.65 | 90.86 | 0.65 | 0.21 |
| Hex | 35 | 59 | 13 | 28 | 0 | 4F | 41 | 5B | 41 | 15 |
| Octal | 65 | 131 | 23 | 50 | 0 | 117 | 101 | 133 | 101 | 25 |
| Binary | 110101 | 1011001 | 10011 | 101000 | 0 | 1001111 | 1000001 | 1011011 | 1000001 | 10101 |
Color Harmonies of #355913
Complementary color
Monochromatic Colors of #355913
Black with #355913
Text Example
Text Example
White with #355913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355913; }
p { color: rgb(53,89,19); }
H1.HeaderClassName
{
color: #355913;
}
.AnyTagClassName
{
color: #355913;
}
</style>
background-color css
<style>
a { background-color: #355913; }
a { background-color: rgb(53,89,19); }
div.DivClassName
{
background-color: #355913;
}
.BgClassName
{
background-color: #355913;
}
</style>
border-color css
<style>
span { border-color: #355913; }
span { border-color: rgb(53,89,19); }
td.TdClassName
{
border-color: #355913;
}
.TagClassName
{
border-color: #355913;
}
</style>