Shades of Seaweed #353E24
Tints of Seaweed #353E24
RGB
CMYK
RGB Variations
Color information
#353E24 (or 0x353E24) is known color: Seaweed. HEX triplet: 35, 3E and 24. RGB value is (53,62,36). Sum of RGB (Red+Green+Blue) = 53+62+36=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 62 (24.61% from 255 or 41.06% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 62 - color contains mainly: green. Hex color #353E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E24 is #CAC1DB. Grayscale: #383838. Windows color (decimal): -13287900 or 2375221. OLE color: 2375221.
HSL color Cylindrical-coordinate representation of color #353E24: hue angle of 80.77º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #353E24 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 62 | 36 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.76 |
| HSL | 80.77º | 0.27% | 0.19% | - |
| HSV(B) | 80.77º | 0.42% | 0.24% | - |
| XYZ | 3.51 | 4.33 | 2.32 | - |
| YUV | 56.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 36 | 0.15 | 0 | 0.42 | 0.76 | 80.77 | 0.27 | 0.19 |
| Hex | 35 | 3E | 24 | F | 0 | 2A | 4C | 51 | 1B | 13 |
| Octal | 65 | 76 | 44 | 17 | 0 | 52 | 114 | 121 | 33 | 23 |
| Binary | 110101 | 111110 | 100100 | 1111 | 0 | 101010 | 1001100 | 1010001 | 11011 | 10011 |
Color Harmonies of #353E24
Complementary color
Monochromatic Colors of #353E24
Black with #353E24
Text Example
Text Example
White with #353E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353E24; }
p { color: rgb(53,62,36); }
H1.HeaderClassName
{
color: #353E24;
}
.AnyTagClassName
{
color: #353E24;
}
</style>
background-color css
<style>
a { background-color: #353E24; }
a { background-color: rgb(53,62,36); }
div.DivClassName
{
background-color: #353E24;
}
.BgClassName
{
background-color: #353E24;
}
</style>
border-color css
<style>
span { border-color: #353E24; }
span { border-color: rgb(53,62,36); }
td.TdClassName
{
border-color: #353E24;
}
.TagClassName
{
border-color: #353E24;
}
</style>