Shades of Seaweed #354F18
Tints of Seaweed #354F18
RGB
CMYK
RGB Variations
Color information
#354F18 (or 0x354F18) is known color: Seaweed. HEX triplet: 35, 4F and 18. RGB value is (53,79,24). Sum of RGB (Red+Green+Blue) = 53+79+24=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 79 (31.25% from 255 or 50.64% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 79 - color contains mainly: green. Hex color #354F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354F18 is #CAB0E7. Grayscale: #414141. Windows color (decimal): -13283560 or 1593141. OLE color: 1593141.
HSL color Cylindrical-coordinate representation of color #354F18: hue angle of 88.36º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #354F18 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 79 | 24 | - |
| CMYK | 0.33 | 0 | 0.70 | 0.69 |
| HSL | 88.36º | 0.53% | 0.2% | - |
| HSV(B) | 88.36º | 0.7% | 0.31% | - |
| XYZ | 4.43 | 6.41 | 1.87 | - |
| YUV | 64.96 | 104.89 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 24 | 0.33 | 0 | 0.70 | 0.69 | 88.36 | 0.53 | 0.2 |
| Hex | 35 | 4F | 18 | 21 | 0 | 46 | 45 | 58 | 35 | 14 |
| Octal | 65 | 117 | 30 | 41 | 0 | 106 | 105 | 130 | 65 | 24 |
| Binary | 110101 | 1001111 | 11000 | 100001 | 0 | 1000110 | 1000101 | 1011000 | 110101 | 10100 |
Color Harmonies of #354F18
Complementary color
Monochromatic Colors of #354F18
Black with #354F18
Text Example
Text Example
White with #354F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354F18; }
p { color: rgb(53,79,24); }
H1.HeaderClassName
{
color: #354F18;
}
.AnyTagClassName
{
color: #354F18;
}
</style>
background-color css
<style>
a { background-color: #354F18; }
a { background-color: rgb(53,79,24); }
div.DivClassName
{
background-color: #354F18;
}
.BgClassName
{
background-color: #354F18;
}
</style>
border-color css
<style>
span { border-color: #354F18; }
span { border-color: rgb(53,79,24); }
td.TdClassName
{
border-color: #354F18;
}
.TagClassName
{
border-color: #354F18;
}
</style>