Shades of Seaweed #354F1A
Tints of Seaweed #354F1A
RGB
CMYK
RGB Variations
Color information
#354F1A (or 0x354F1A) is known color: Seaweed. HEX triplet: 35, 4F and 1A. RGB value is (53,79,26). Sum of RGB (Red+Green+Blue) = 53+79+26=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 79 (31.25% from 255 or 50% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 79 - color contains mainly: green. Hex color #354F1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354F1A is #CAB0E5. Grayscale: #414141. Windows color (decimal): -13283558 or 1724213. OLE color: 1724213.
HSL color Cylindrical-coordinate representation of color #354F1A: hue angle of 89.43º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #354F1A is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 79 | 26 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.69 |
| HSL | 89.43º | 0.5% | 0.21% | - |
| HSV(B) | 89.43º | 0.67% | 0.31% | - |
| XYZ | 4.45 | 6.42 | 1.98 | - |
| YUV | 65.18 | 105.89 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 26 | 0.33 | 0 | 0.67 | 0.69 | 89.43 | 0.5 | 0.21 |
| Hex | 35 | 4F | 1A | 21 | 0 | 43 | 45 | 59 | 32 | 15 |
| Octal | 65 | 117 | 32 | 41 | 0 | 103 | 105 | 131 | 62 | 25 |
| Binary | 110101 | 1001111 | 11010 | 100001 | 0 | 1000011 | 1000101 | 1011001 | 110010 | 10101 |
Color Harmonies of #354F1A
Complementary color
Monochromatic Colors of #354F1A
Black with #354F1A
Text Example
Text Example
White with #354F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354F1A; }
p { color: rgb(53,79,26); }
H1.HeaderClassName
{
color: #354F1A;
}
.AnyTagClassName
{
color: #354F1A;
}
</style>
background-color css
<style>
a { background-color: #354F1A; }
a { background-color: rgb(53,79,26); }
div.DivClassName
{
background-color: #354F1A;
}
.BgClassName
{
background-color: #354F1A;
}
</style>
border-color css
<style>
span { border-color: #354F1A; }
span { border-color: rgb(53,79,26); }
td.TdClassName
{
border-color: #354F1A;
}
.TagClassName
{
border-color: #354F1A;
}
</style>