Shades of Seaweed #354028
Tints of Seaweed #354028
RGB
CMYK
RGB Variations
Color information
#354028 (or 0x354028) is known color: Seaweed. HEX triplet: 35, 40 and 28. RGB value is (53,64,40). Sum of RGB (Red+Green+Blue) = 53+64+40=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 64 - color contains mainly: green. Hex color #354028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354028 is #CABFD7. Grayscale: #3A3A3A. Windows color (decimal): -13287384 or 2637877. OLE color: 2637877.
HSL color Cylindrical-coordinate representation of color #354028: hue angle of 87.5º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #354028 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 64 | 40 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.75 |
| HSL | 87.5º | 0.23% | 0.2% | - |
| HSV(B) | 87.5º | 0.38% | 0.25% | - |
| XYZ | 3.68 | 4.58 | 2.7 | - |
| YUV | 57.98 | 117.86 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 40 | 0.17 | 0 | 0.38 | 0.75 | 87.5 | 0.23 | 0.2 |
| Hex | 35 | 40 | 28 | 11 | 0 | 26 | 4B | 57 | 17 | 14 |
| Octal | 65 | 100 | 50 | 21 | 0 | 46 | 113 | 127 | 27 | 24 |
| Binary | 110101 | 1000000 | 101000 | 10001 | 0 | 100110 | 1001011 | 1010111 | 10111 | 10100 |
Color Harmonies of #354028
Complementary color
Monochromatic Colors of #354028
Black with #354028
Text Example
Text Example
White with #354028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354028; }
p { color: rgb(53,64,40); }
H1.HeaderClassName
{
color: #354028;
}
.AnyTagClassName
{
color: #354028;
}
</style>
background-color css
<style>
a { background-color: #354028; }
a { background-color: rgb(53,64,40); }
div.DivClassName
{
background-color: #354028;
}
.BgClassName
{
background-color: #354028;
}
</style>
border-color css
<style>
span { border-color: #354028; }
span { border-color: rgb(53,64,40); }
td.TdClassName
{
border-color: #354028;
}
.TagClassName
{
border-color: #354028;
}
</style>