Shades of Seaweed #355914
Tints of Seaweed #355914
RGB
CMYK
RGB Variations
Color information
#355914 (or 0x355914) is known color: Seaweed. HEX triplet: 35, 59 and 14. RGB value is (53,89,20). Sum of RGB (Red+Green+Blue) = 53+89+20=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #355914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355914 is #CAA6EB. Grayscale: #464646. Windows color (decimal): -13281004 or 1333557. OLE color: 1333557.
HSL color Cylindrical-coordinate representation of color #355914: hue angle of 91.3º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #355914 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 89 | 20 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.65 |
| HSL | 91.3º | 0.63% | 0.21% | - |
| HSV(B) | 91.3º | 0.78% | 0.35% | - |
| XYZ | 5.17 | 7.95 | 1.92 | - |
| YUV | 70.37 | 99.57 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 20 | 0.40 | 0 | 0.78 | 0.65 | 91.3 | 0.63 | 0.21 |
| Hex | 35 | 59 | 14 | 28 | 0 | 4E | 41 | 5B | 3F | 15 |
| Octal | 65 | 131 | 24 | 50 | 0 | 116 | 101 | 133 | 77 | 25 |
| Binary | 110101 | 1011001 | 10100 | 101000 | 0 | 1001110 | 1000001 | 1011011 | 111111 | 10101 |
Color Harmonies of #355914
Complementary color
Monochromatic Colors of #355914
Black with #355914
Text Example
Text Example
White with #355914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355914; }
p { color: rgb(53,89,20); }
H1.HeaderClassName
{
color: #355914;
}
.AnyTagClassName
{
color: #355914;
}
</style>
background-color css
<style>
a { background-color: #355914; }
a { background-color: rgb(53,89,20); }
div.DivClassName
{
background-color: #355914;
}
.BgClassName
{
background-color: #355914;
}
</style>
border-color css
<style>
span { border-color: #355914; }
span { border-color: rgb(53,89,20); }
td.TdClassName
{
border-color: #355914;
}
.TagClassName
{
border-color: #355914;
}
</style>