Shades of Seaweed #354825
Tints of Seaweed #354825
RGB
CMYK
RGB Variations
Color information
#354825 (or 0x354825) is known color: Seaweed. HEX triplet: 35, 48 and 25. RGB value is (53,72,37). Sum of RGB (Red+Green+Blue) = 53+72+37=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #354825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354825 is #CAB7DA. Grayscale: #3E3E3E. Windows color (decimal): -13285339 or 2443317. OLE color: 2443317.
HSL color Cylindrical-coordinate representation of color #354825: hue angle of 92.57º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #354825 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 72 | 37 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.72 |
| HSL | 92.57º | 0.32% | 0.21% | - |
| HSV(B) | 92.57º | 0.49% | 0.28% | - |
| XYZ | 4.12 | 5.53 | 2.6 | - |
| YUV | 62.33 | 113.71 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 37 | 0.26 | 0 | 0.49 | 0.72 | 92.57 | 0.32 | 0.21 |
| Hex | 35 | 48 | 25 | 1A | 0 | 31 | 48 | 5D | 20 | 15 |
| Octal | 65 | 110 | 45 | 32 | 0 | 61 | 110 | 135 | 40 | 25 |
| Binary | 110101 | 1001000 | 100101 | 11010 | 0 | 110001 | 1001000 | 1011101 | 100000 | 10101 |
Color Harmonies of #354825
Complementary color
Monochromatic Colors of #354825
Black with #354825
Text Example
Text Example
White with #354825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354825; }
p { color: rgb(53,72,37); }
H1.HeaderClassName
{
color: #354825;
}
.AnyTagClassName
{
color: #354825;
}
</style>
background-color css
<style>
a { background-color: #354825; }
a { background-color: rgb(53,72,37); }
div.DivClassName
{
background-color: #354825;
}
.BgClassName
{
background-color: #354825;
}
</style>
border-color css
<style>
span { border-color: #354825; }
span { border-color: rgb(53,72,37); }
td.TdClassName
{
border-color: #354825;
}
.TagClassName
{
border-color: #354825;
}
</style>