Shades of Seaweed #355414
Tints of Seaweed #355414
RGB
CMYK
RGB Variations
Color information
#355414 (or 0x355414) is known color: Seaweed. HEX triplet: 35, 54 and 14. RGB value is (53,84,20). Sum of RGB (Red+Green+Blue) = 53+84+20=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #355414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355414 is #CAABEB. Grayscale: #434343. Windows color (decimal): -13282284 or 1332277. OLE color: 1332277.
HSL color Cylindrical-coordinate representation of color #355414: hue angle of 89.06º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #355414 is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 84 | 20 | - |
| CMYK | 0.37 | 0 | 0.76 | 0.67 |
| HSL | 89.06º | 0.62% | 0.2% | - |
| HSV(B) | 89.06º | 0.76% | 0.33% | - |
| XYZ | 4.76 | 7.15 | 1.79 | - |
| YUV | 67.44 | 101.23 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 20 | 0.37 | 0 | 0.76 | 0.67 | 89.06 | 0.62 | 0.2 |
| Hex | 35 | 54 | 14 | 25 | 0 | 4C | 43 | 59 | 3E | 14 |
| Octal | 65 | 124 | 24 | 45 | 0 | 114 | 103 | 131 | 76 | 24 |
| Binary | 110101 | 1010100 | 10100 | 100101 | 0 | 1001100 | 1000011 | 1011001 | 111110 | 10100 |
Color Harmonies of #355414
Complementary color
Monochromatic Colors of #355414
Black with #355414
Text Example
Text Example
White with #355414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355414; }
p { color: rgb(53,84,20); }
H1.HeaderClassName
{
color: #355414;
}
.AnyTagClassName
{
color: #355414;
}
</style>
background-color css
<style>
a { background-color: #355414; }
a { background-color: rgb(53,84,20); }
div.DivClassName
{
background-color: #355414;
}
.BgClassName
{
background-color: #355414;
}
</style>
border-color css
<style>
span { border-color: #355414; }
span { border-color: rgb(53,84,20); }
td.TdClassName
{
border-color: #355414;
}
.TagClassName
{
border-color: #355414;
}
</style>