Shades of Seaweed #355412
Tints of Seaweed #355412
RGB
CMYK
RGB Variations
Color information
#355412 (or 0x355412) is known color: Seaweed. HEX triplet: 35, 54 and 12. RGB value is (53,84,18). Sum of RGB (Red+Green+Blue) = 53+84+18=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 84 (33.20% from 255 or 54.19% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 84 - color contains mainly: green. Hex color #355412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355412 is #CAABED. Grayscale: #434343. Windows color (decimal): -13282286 or 1201205. OLE color: 1201205.
HSL color Cylindrical-coordinate representation of color #355412: hue angle of 88.18º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #355412 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 84 | 18 | - |
| CMYK | 0.37 | 0 | 0.79 | 0.67 |
| HSL | 88.18º | 0.65% | 0.2% | - |
| HSV(B) | 88.18º | 0.79% | 0.33% | - |
| XYZ | 4.75 | 7.14 | 1.7 | - |
| YUV | 67.21 | 100.23 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 18 | 0.37 | 0 | 0.79 | 0.67 | 88.18 | 0.65 | 0.2 |
| Hex | 35 | 54 | 12 | 25 | 0 | 4F | 43 | 58 | 41 | 14 |
| Octal | 65 | 124 | 22 | 45 | 0 | 117 | 103 | 130 | 101 | 24 |
| Binary | 110101 | 1010100 | 10010 | 100101 | 0 | 1001111 | 1000011 | 1011000 | 1000001 | 10100 |
Color Harmonies of #355412
Complementary color
Monochromatic Colors of #355412
Black with #355412
Text Example
Text Example
White with #355412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355412; }
p { color: rgb(53,84,18); }
H1.HeaderClassName
{
color: #355412;
}
.AnyTagClassName
{
color: #355412;
}
</style>
background-color css
<style>
a { background-color: #355412; }
a { background-color: rgb(53,84,18); }
div.DivClassName
{
background-color: #355412;
}
.BgClassName
{
background-color: #355412;
}
</style>
border-color css
<style>
span { border-color: #355412; }
span { border-color: rgb(53,84,18); }
td.TdClassName
{
border-color: #355412;
}
.TagClassName
{
border-color: #355412;
}
</style>