Shades of Seaweed #354726
Tints of Seaweed #354726
RGB
CMYK
RGB Variations
Color information
#354726 (or 0x354726) is known color: Seaweed. HEX triplet: 35, 47 and 26. RGB value is (53,71,38). Sum of RGB (Red+Green+Blue) = 53+71+38=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 71 - color contains mainly: green. Hex color #354726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354726 is #CAB8D9. Grayscale: #3D3D3D. Windows color (decimal): -13285594 or 2508597. OLE color: 2508597.
HSL color Cylindrical-coordinate representation of color #354726: hue angle of 92.73º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #354726 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 71 | 38 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.72 |
| HSL | 92.73º | 0.3% | 0.21% | - |
| HSV(B) | 92.73º | 0.46% | 0.28% | - |
| XYZ | 4.07 | 5.4 | 2.66 | - |
| YUV | 61.86 | 114.54 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 71 | 38 | 0.25 | 0 | 0.46 | 0.72 | 92.73 | 0.3 | 0.21 |
| Hex | 35 | 47 | 26 | 19 | 0 | 2E | 48 | 5D | 1E | 15 |
| Octal | 65 | 107 | 46 | 31 | 0 | 56 | 110 | 135 | 36 | 25 |
| Binary | 110101 | 1000111 | 100110 | 11001 | 0 | 101110 | 1001000 | 1011101 | 11110 | 10101 |
Color Harmonies of #354726
Complementary color
Monochromatic Colors of #354726
Black with #354726
Text Example
Text Example
White with #354726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354726; }
p { color: rgb(53,71,38); }
H1.HeaderClassName
{
color: #354726;
}
.AnyTagClassName
{
color: #354726;
}
</style>
background-color css
<style>
a { background-color: #354726; }
a { background-color: rgb(53,71,38); }
div.DivClassName
{
background-color: #354726;
}
.BgClassName
{
background-color: #354726;
}
</style>
border-color css
<style>
span { border-color: #354726; }
span { border-color: rgb(53,71,38); }
td.TdClassName
{
border-color: #354726;
}
.TagClassName
{
border-color: #354726;
}
</style>