Shades of Seaweed #354029
Tints of Seaweed #354029
RGB
CMYK
RGB Variations
Color information
#354029 (or 0x354029) is known color: Seaweed. HEX triplet: 35, 40 and 29. RGB value is (53,64,41). Sum of RGB (Red+Green+Blue) = 53+64+41=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #354029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354029 is #CABFD6. Grayscale: #3A3A3A. Windows color (decimal): -13287383 or 2703413. OLE color: 2703413.
HSL color Cylindrical-coordinate representation of color #354029: hue angle of 88.7º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #354029 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 64 | 41 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.75 |
| HSL | 88.7º | 0.22% | 0.21% | - |
| HSV(B) | 88.7º | 0.36% | 0.25% | - |
| XYZ | 3.7 | 4.58 | 2.79 | - |
| YUV | 58.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 41 | 0.17 | 0 | 0.36 | 0.75 | 88.7 | 0.22 | 0.21 |
| Hex | 35 | 40 | 29 | 11 | 0 | 24 | 4B | 59 | 16 | 15 |
| Octal | 65 | 100 | 51 | 21 | 0 | 44 | 113 | 131 | 26 | 25 |
| Binary | 110101 | 1000000 | 101001 | 10001 | 0 | 100100 | 1001011 | 1011001 | 10110 | 10101 |
Color Harmonies of #354029
Complementary color
Monochromatic Colors of #354029
Black with #354029
Text Example
Text Example
White with #354029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354029; }
p { color: rgb(53,64,41); }
H1.HeaderClassName
{
color: #354029;
}
.AnyTagClassName
{
color: #354029;
}
</style>
background-color css
<style>
a { background-color: #354029; }
a { background-color: rgb(53,64,41); }
div.DivClassName
{
background-color: #354029;
}
.BgClassName
{
background-color: #354029;
}
</style>
border-color css
<style>
span { border-color: #354029; }
span { border-color: rgb(53,64,41); }
td.TdClassName
{
border-color: #354029;
}
.TagClassName
{
border-color: #354029;
}
</style>