Shades of Seaweed #353F24
Tints of Seaweed #353F24
RGB
CMYK
RGB Variations
Color information
#353F24 (or 0x353F24) is known color: Seaweed. HEX triplet: 35, 3F and 24. RGB value is (53,63,36). Sum of RGB (Red+Green+Blue) = 53+63+36=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 63 - color contains mainly: green. Hex color #353F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F24 is #CAC0DB. Grayscale: #393939. Windows color (decimal): -13287644 or 2375477. OLE color: 2375477.
HSL color Cylindrical-coordinate representation of color #353F24: hue angle of 82.22º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #353F24 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 63 | 36 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.75 |
| HSL | 82.22º | 0.27% | 0.19% | - |
| HSV(B) | 82.22º | 0.43% | 0.25% | - |
| XYZ | 3.56 | 4.44 | 2.34 | - |
| YUV | 56.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 36 | 0.16 | 0 | 0.43 | 0.75 | 82.22 | 0.27 | 0.19 |
| Hex | 35 | 3F | 24 | 10 | 0 | 2B | 4B | 52 | 1B | 13 |
| Octal | 65 | 77 | 44 | 20 | 0 | 53 | 113 | 122 | 33 | 23 |
| Binary | 110101 | 111111 | 100100 | 10000 | 0 | 101011 | 1001011 | 1010010 | 11011 | 10011 |
Color Harmonies of #353F24
Complementary color
Monochromatic Colors of #353F24
Black with #353F24
Text Example
Text Example
White with #353F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F24; }
p { color: rgb(53,63,36); }
H1.HeaderClassName
{
color: #353F24;
}
.AnyTagClassName
{
color: #353F24;
}
</style>
background-color css
<style>
a { background-color: #353F24; }
a { background-color: rgb(53,63,36); }
div.DivClassName
{
background-color: #353F24;
}
.BgClassName
{
background-color: #353F24;
}
</style>
border-color css
<style>
span { border-color: #353F24; }
span { border-color: rgb(53,63,36); }
td.TdClassName
{
border-color: #353F24;
}
.TagClassName
{
border-color: #353F24;
}
</style>