Shades of Seaweed #355517
Tints of Seaweed #355517
RGB
CMYK
RGB Variations
Color information
#355517 (or 0x355517) is known color: Seaweed. HEX triplet: 35, 55 and 17. RGB value is (53,85,23). Sum of RGB (Red+Green+Blue) = 53+85+23=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #355517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355517 is #CAAAE8. Grayscale: #444444. Windows color (decimal): -13282025 or 1529141. OLE color: 1529141.
HSL color Cylindrical-coordinate representation of color #355517: hue angle of 90.97º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #355517 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 85 | 23 | - |
| CMYK | 0.38 | 0 | 0.73 | 0.67 |
| HSL | 90.97º | 0.57% | 0.21% | - |
| HSV(B) | 90.97º | 0.73% | 0.33% | - |
| XYZ | 4.87 | 7.32 | 1.97 | - |
| YUV | 68.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 85 | 23 | 0.38 | 0 | 0.73 | 0.67 | 90.97 | 0.57 | 0.21 |
| Hex | 35 | 55 | 17 | 26 | 0 | 49 | 43 | 5B | 39 | 15 |
| Octal | 65 | 125 | 27 | 46 | 0 | 111 | 103 | 133 | 71 | 25 |
| Binary | 110101 | 1010101 | 10111 | 100110 | 0 | 1001001 | 1000011 | 1011011 | 111001 | 10101 |
Color Harmonies of #355517
Complementary color
Monochromatic Colors of #355517
Black with #355517
Text Example
Text Example
White with #355517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355517; }
p { color: rgb(53,85,23); }
H1.HeaderClassName
{
color: #355517;
}
.AnyTagClassName
{
color: #355517;
}
</style>
background-color css
<style>
a { background-color: #355517; }
a { background-color: rgb(53,85,23); }
div.DivClassName
{
background-color: #355517;
}
.BgClassName
{
background-color: #355517;
}
</style>
border-color css
<style>
span { border-color: #355517; }
span { border-color: rgb(53,85,23); }
td.TdClassName
{
border-color: #355517;
}
.TagClassName
{
border-color: #355517;
}
</style>