Shades of Seaweed #355917
Tints of Seaweed #355917
RGB
CMYK
RGB Variations
Color information
#355917 (or 0x355917) is known color: Seaweed. HEX triplet: 35, 59 and 17. RGB value is (53,89,23). Sum of RGB (Red+Green+Blue) = 53+89+23=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #355917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355917 is #CAA6E8. Grayscale: #464646. Windows color (decimal): -13281001 or 1530165. OLE color: 1530165.
HSL color Cylindrical-coordinate representation of color #355917: hue angle of 92.73º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #355917 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 89 | 23 | - |
| CMYK | 0.40 | 0 | 0.74 | 0.65 |
| HSL | 92.73º | 0.59% | 0.22% | - |
| HSV(B) | 92.73º | 0.74% | 0.35% | - |
| XYZ | 5.2 | 7.96 | 2.07 | - |
| YUV | 70.71 | 101.07 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 23 | 0.40 | 0 | 0.74 | 0.65 | 92.73 | 0.59 | 0.22 |
| Hex | 35 | 59 | 17 | 28 | 0 | 4A | 41 | 5D | 3B | 16 |
| Octal | 65 | 131 | 27 | 50 | 0 | 112 | 101 | 135 | 73 | 26 |
| Binary | 110101 | 1011001 | 10111 | 101000 | 0 | 1001010 | 1000001 | 1011101 | 111011 | 10110 |
Color Harmonies of #355917
Complementary color
Monochromatic Colors of #355917
Black with #355917
Text Example
Text Example
White with #355917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355917; }
p { color: rgb(53,89,23); }
H1.HeaderClassName
{
color: #355917;
}
.AnyTagClassName
{
color: #355917;
}
</style>
background-color css
<style>
a { background-color: #355917; }
a { background-color: rgb(53,89,23); }
div.DivClassName
{
background-color: #355917;
}
.BgClassName
{
background-color: #355917;
}
</style>
border-color css
<style>
span { border-color: #355917; }
span { border-color: rgb(53,89,23); }
td.TdClassName
{
border-color: #355917;
}
.TagClassName
{
border-color: #355917;
}
</style>