Shades of Seaweed #355219
Tints of Seaweed #355219
RGB
CMYK
RGB Variations
Color information
#355219 (or 0x355219) is known color: Seaweed. HEX triplet: 35, 52 and 19. RGB value is (53,82,25). Sum of RGB (Red+Green+Blue) = 53+82+25=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 82 (32.42% from 255 or 51.25% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 82 - color contains mainly: green. Hex color #355219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355219 is #CAADE6. Grayscale: #434343. Windows color (decimal): -13282791 or 1659445. OLE color: 1659445.
HSL color Cylindrical-coordinate representation of color #355219: hue angle of 90.53º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #355219 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 82 | 25 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.68 |
| HSL | 90.53º | 0.53% | 0.21% | - |
| HSV(B) | 90.53º | 0.7% | 0.32% | - |
| XYZ | 4.66 | 6.86 | 2 | - |
| YUV | 66.83 | 104.39 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 82 | 25 | 0.35 | 0 | 0.70 | 0.68 | 90.53 | 0.53 | 0.21 |
| Hex | 35 | 52 | 19 | 23 | 0 | 46 | 44 | 5B | 35 | 15 |
| Octal | 65 | 122 | 31 | 43 | 0 | 106 | 104 | 133 | 65 | 25 |
| Binary | 110101 | 1010010 | 11001 | 100011 | 0 | 1000110 | 1000100 | 1011011 | 110101 | 10101 |
Color Harmonies of #355219
Complementary color
Monochromatic Colors of #355219
Black with #355219
Text Example
Text Example
White with #355219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355219; }
p { color: rgb(53,82,25); }
H1.HeaderClassName
{
color: #355219;
}
.AnyTagClassName
{
color: #355219;
}
</style>
background-color css
<style>
a { background-color: #355219; }
a { background-color: rgb(53,82,25); }
div.DivClassName
{
background-color: #355219;
}
.BgClassName
{
background-color: #355219;
}
</style>
border-color css
<style>
span { border-color: #355219; }
span { border-color: rgb(53,82,25); }
td.TdClassName
{
border-color: #355219;
}
.TagClassName
{
border-color: #355219;
}
</style>