Shades of Seaweed #355114
Tints of Seaweed #355114
RGB
CMYK
RGB Variations
Color information
#355114 (or 0x355114) is known color: Seaweed. HEX triplet: 35, 51 and 14. RGB value is (53,81,20). Sum of RGB (Red+Green+Blue) = 53+81+20=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 81 (32.03% from 255 or 52.60% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 81 - color contains mainly: green. Hex color #355114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355114 is #CAAEEB. Grayscale: #414141. Windows color (decimal): -13283052 or 1331509. OLE color: 1331509.
HSL color Cylindrical-coordinate representation of color #355114: hue angle of 87.54º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #355114 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 81 | 20 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.68 |
| HSL | 87.54º | 0.6% | 0.2% | - |
| HSV(B) | 87.54º | 0.75% | 0.32% | - |
| XYZ | 4.54 | 6.69 | 1.71 | - |
| YUV | 65.67 | 102.22 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 20 | 0.35 | 0 | 0.75 | 0.68 | 87.54 | 0.6 | 0.2 |
| Hex | 35 | 51 | 14 | 23 | 0 | 4B | 44 | 58 | 3C | 14 |
| Octal | 65 | 121 | 24 | 43 | 0 | 113 | 104 | 130 | 74 | 24 |
| Binary | 110101 | 1010001 | 10100 | 100011 | 0 | 1001011 | 1000100 | 1011000 | 111100 | 10100 |
Color Harmonies of #355114
Complementary color
Monochromatic Colors of #355114
Black with #355114
Text Example
Text Example
White with #355114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355114; }
p { color: rgb(53,81,20); }
H1.HeaderClassName
{
color: #355114;
}
.AnyTagClassName
{
color: #355114;
}
</style>
background-color css
<style>
a { background-color: #355114; }
a { background-color: rgb(53,81,20); }
div.DivClassName
{
background-color: #355114;
}
.BgClassName
{
background-color: #355114;
}
</style>
border-color css
<style>
span { border-color: #355114; }
span { border-color: rgb(53,81,20); }
td.TdClassName
{
border-color: #355114;
}
.TagClassName
{
border-color: #355114;
}
</style>