Shades of Seaweed #355413
Tints of Seaweed #355413
RGB
CMYK
RGB Variations
Color information
#355413 (or 0x355413) is known color: Seaweed. HEX triplet: 35, 54 and 13. RGB value is (53,84,19). Sum of RGB (Red+Green+Blue) = 53+84+19=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #355413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355413 is #CAABEC. Grayscale: #434343. Windows color (decimal): -13282285 or 1266741. OLE color: 1266741.
HSL color Cylindrical-coordinate representation of color #355413: hue angle of 88.62º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #355413 is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 84 | 19 | - |
| CMYK | 0.37 | 0 | 0.77 | 0.67 |
| HSL | 88.62º | 0.63% | 0.2% | - |
| HSV(B) | 88.62º | 0.77% | 0.33% | - |
| XYZ | 4.76 | 7.14 | 1.74 | - |
| YUV | 67.32 | 100.73 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 19 | 0.37 | 0 | 0.77 | 0.67 | 88.62 | 0.63 | 0.2 |
| Hex | 35 | 54 | 13 | 25 | 0 | 4D | 43 | 59 | 3F | 14 |
| Octal | 65 | 124 | 23 | 45 | 0 | 115 | 103 | 131 | 77 | 24 |
| Binary | 110101 | 1010100 | 10011 | 100101 | 0 | 1001101 | 1000011 | 1011001 | 111111 | 10100 |
Color Harmonies of #355413
Complementary color
Monochromatic Colors of #355413
Black with #355413
Text Example
Text Example
White with #355413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355413; }
p { color: rgb(53,84,19); }
H1.HeaderClassName
{
color: #355413;
}
.AnyTagClassName
{
color: #355413;
}
</style>
background-color css
<style>
a { background-color: #355413; }
a { background-color: rgb(53,84,19); }
div.DivClassName
{
background-color: #355413;
}
.BgClassName
{
background-color: #355413;
}
</style>
border-color css
<style>
span { border-color: #355413; }
span { border-color: rgb(53,84,19); }
td.TdClassName
{
border-color: #355413;
}
.TagClassName
{
border-color: #355413;
}
</style>