Shades of Seaweed #355819
Tints of Seaweed #355819
RGB
CMYK
RGB Variations
Color information
#355819 (or 0x355819) is known color: Seaweed. HEX triplet: 35, 58 and 19. RGB value is (53,88,25). Sum of RGB (Red+Green+Blue) = 53+88+25=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 88 (34.77% from 255 or 53.01% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 88 - color contains mainly: green. Hex color #355819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355819 is #CAA7E6. Grayscale: #464646. Windows color (decimal): -13281255 or 1660981. OLE color: 1660981.
HSL color Cylindrical-coordinate representation of color #355819: hue angle of 93.33º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #355819 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 88 | 25 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.65 |
| HSL | 93.33º | 0.56% | 0.22% | - |
| HSV(B) | 93.33º | 0.72% | 0.35% | - |
| XYZ | 5.13 | 7.81 | 2.16 | - |
| YUV | 70.35 | 102.4 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 25 | 0.40 | 0 | 0.72 | 0.65 | 93.33 | 0.56 | 0.22 |
| Hex | 35 | 58 | 19 | 28 | 0 | 48 | 41 | 5D | 38 | 16 |
| Octal | 65 | 130 | 31 | 50 | 0 | 110 | 101 | 135 | 70 | 26 |
| Binary | 110101 | 1011000 | 11001 | 101000 | 0 | 1001000 | 1000001 | 1011101 | 111000 | 10110 |
Color Harmonies of #355819
Complementary color
Monochromatic Colors of #355819
Black with #355819
Text Example
Text Example
White with #355819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355819; }
p { color: rgb(53,88,25); }
H1.HeaderClassName
{
color: #355819;
}
.AnyTagClassName
{
color: #355819;
}
</style>
background-color css
<style>
a { background-color: #355819; }
a { background-color: rgb(53,88,25); }
div.DivClassName
{
background-color: #355819;
}
.BgClassName
{
background-color: #355819;
}
</style>
border-color css
<style>
span { border-color: #355819; }
span { border-color: rgb(53,88,25); }
td.TdClassName
{
border-color: #355819;
}
.TagClassName
{
border-color: #355819;
}
</style>