Shades of Seaweed #353F28
Tints of Seaweed #353F28
RGB
CMYK
RGB Variations
Color information
#353F28 (or 0x353F28) is known color: Seaweed. HEX triplet: 35, 3F and 28. RGB value is (53,63,40). Sum of RGB (Red+Green+Blue) = 53+63+40=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 63 - color contains mainly: green. Hex color #353F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F28 is #CAC0D7. Grayscale: #393939. Windows color (decimal): -13287640 or 2637621. OLE color: 2637621.
HSL color Cylindrical-coordinate representation of color #353F28: hue angle of 86.09º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #353F28 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 63 | 40 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.75 |
| HSL | 86.09º | 0.22% | 0.2% | - |
| HSV(B) | 86.09º | 0.37% | 0.25% | - |
| XYZ | 3.63 | 4.47 | 2.68 | - |
| YUV | 57.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 40 | 0.16 | 0 | 0.37 | 0.75 | 86.09 | 0.22 | 0.2 |
| Hex | 35 | 3F | 28 | 10 | 0 | 25 | 4B | 56 | 16 | 14 |
| Octal | 65 | 77 | 50 | 20 | 0 | 45 | 113 | 126 | 26 | 24 |
| Binary | 110101 | 111111 | 101000 | 10000 | 0 | 100101 | 1001011 | 1010110 | 10110 | 10100 |
Color Harmonies of #353F28
Complementary color
Monochromatic Colors of #353F28
Black with #353F28
Text Example
Text Example
White with #353F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F28; }
p { color: rgb(53,63,40); }
H1.HeaderClassName
{
color: #353F28;
}
.AnyTagClassName
{
color: #353F28;
}
</style>
background-color css
<style>
a { background-color: #353F28; }
a { background-color: rgb(53,63,40); }
div.DivClassName
{
background-color: #353F28;
}
.BgClassName
{
background-color: #353F28;
}
</style>
border-color css
<style>
span { border-color: #353F28; }
span { border-color: rgb(53,63,40); }
td.TdClassName
{
border-color: #353F28;
}
.TagClassName
{
border-color: #353F28;
}
</style>