Shades of Seaweed #354F16
Tints of Seaweed #354F16
RGB
CMYK
RGB Variations
Color information
#354F16 (or 0x354F16) is known color: Seaweed. HEX triplet: 35, 4F and 16. RGB value is (53,79,22). Sum of RGB (Red+Green+Blue) = 53+79+22=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 79 (31.25% from 255 or 51.30% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 79 - color contains mainly: green. Hex color #354F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354F16 is #CAB0E9. Grayscale: #404040. Windows color (decimal): -13283562 or 1462069. OLE color: 1462069.
HSL color Cylindrical-coordinate representation of color #354F16: hue angle of 87.37º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #354F16 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 79 | 22 | - |
| CMYK | 0.33 | 0 | 0.72 | 0.69 |
| HSL | 87.37º | 0.56% | 0.2% | - |
| HSV(B) | 87.37º | 0.72% | 0.31% | - |
| XYZ | 4.41 | 6.41 | 1.76 | - |
| YUV | 64.73 | 103.89 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 22 | 0.33 | 0 | 0.72 | 0.69 | 87.37 | 0.56 | 0.2 |
| Hex | 35 | 4F | 16 | 21 | 0 | 48 | 45 | 57 | 38 | 14 |
| Octal | 65 | 117 | 26 | 41 | 0 | 110 | 105 | 127 | 70 | 24 |
| Binary | 110101 | 1001111 | 10110 | 100001 | 0 | 1001000 | 1000101 | 1010111 | 111000 | 10100 |
Color Harmonies of #354F16
Complementary color
Monochromatic Colors of #354F16
Black with #354F16
Text Example
Text Example
White with #354F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354F16; }
p { color: rgb(53,79,22); }
H1.HeaderClassName
{
color: #354F16;
}
.AnyTagClassName
{
color: #354F16;
}
</style>
background-color css
<style>
a { background-color: #354F16; }
a { background-color: rgb(53,79,22); }
div.DivClassName
{
background-color: #354F16;
}
.BgClassName
{
background-color: #354F16;
}
</style>
border-color css
<style>
span { border-color: #354F16; }
span { border-color: rgb(53,79,22); }
td.TdClassName
{
border-color: #354F16;
}
.TagClassName
{
border-color: #354F16;
}
</style>