Shades of Seaweed #355417
Tints of Seaweed #355417
RGB
CMYK
RGB Variations
Color information
#355417 (or 0x355417) is known color: Seaweed. HEX triplet: 35, 54 and 17. RGB value is (53,84,23). Sum of RGB (Red+Green+Blue) = 53+84+23=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 84 (33.20% from 255 or 52.5% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 84 - color contains mainly: green. Hex color #355417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355417 is #CAABE8. Grayscale: #434343. Windows color (decimal): -13282281 or 1528885. OLE color: 1528885.
HSL color Cylindrical-coordinate representation of color #355417: hue angle of 90.49º 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 #355417 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 84 | 23 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.67 |
| HSL | 90.49º | 0.57% | 0.21% | - |
| HSV(B) | 90.49º | 0.73% | 0.33% | - |
| XYZ | 4.79 | 7.16 | 1.94 | - |
| YUV | 67.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 23 | 0.37 | 0 | 0.73 | 0.67 | 90.49 | 0.57 | 0.21 |
| Hex | 35 | 54 | 17 | 25 | 0 | 49 | 43 | 5A | 39 | 15 |
| Octal | 65 | 124 | 27 | 45 | 0 | 111 | 103 | 132 | 71 | 25 |
| Binary | 110101 | 1010100 | 10111 | 100101 | 0 | 1001001 | 1000011 | 1011010 | 111001 | 10101 |
Color Harmonies of #355417
Complementary color
Monochromatic Colors of #355417
Black with #355417
Text Example
Text Example
White with #355417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355417; }
p { color: rgb(53,84,23); }
H1.HeaderClassName
{
color: #355417;
}
.AnyTagClassName
{
color: #355417;
}
</style>
background-color css
<style>
a { background-color: #355417; }
a { background-color: rgb(53,84,23); }
div.DivClassName
{
background-color: #355417;
}
.BgClassName
{
background-color: #355417;
}
</style>
border-color css
<style>
span { border-color: #355417; }
span { border-color: rgb(53,84,23); }
td.TdClassName
{
border-color: #355417;
}
.TagClassName
{
border-color: #355417;
}
</style>