Shades of Seaweed #353F26
Tints of Seaweed #353F26
RGB
CMYK
RGB Variations
Color information
#353F26 (or 0x353F26) is known color: Seaweed. HEX triplet: 35, 3F and 26. RGB value is (53,63,38). Sum of RGB (Red+Green+Blue) = 53+63+38=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 63 (25% from 255 or 40.91% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 63 - color contains mainly: green. Hex color #353F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F26 is #CAC0D9. Grayscale: #393939. Windows color (decimal): -13287642 or 2506549. OLE color: 2506549.
HSL color Cylindrical-coordinate representation of color #353F26: hue angle of 84º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #353F26 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 63 | 38 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.75 |
| HSL | 84º | 0.25% | 0.2% | - |
| HSV(B) | 84º | 0.4% | 0.25% | - |
| XYZ | 3.6 | 4.45 | 2.5 | - |
| YUV | 57.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 38 | 0.16 | 0 | 0.40 | 0.75 | 84 | 0.25 | 0.2 |
| Hex | 35 | 3F | 26 | 10 | 0 | 28 | 4B | 54 | 19 | 14 |
| Octal | 65 | 77 | 46 | 20 | 0 | 50 | 113 | 124 | 31 | 24 |
| Binary | 110101 | 111111 | 100110 | 10000 | 0 | 101000 | 1001011 | 1010100 | 11001 | 10100 |
Color Harmonies of #353F26
Complementary color
Monochromatic Colors of #353F26
Black with #353F26
Text Example
Text Example
White with #353F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F26; }
p { color: rgb(53,63,38); }
H1.HeaderClassName
{
color: #353F26;
}
.AnyTagClassName
{
color: #353F26;
}
</style>
background-color css
<style>
a { background-color: #353F26; }
a { background-color: rgb(53,63,38); }
div.DivClassName
{
background-color: #353F26;
}
.BgClassName
{
background-color: #353F26;
}
</style>
border-color css
<style>
span { border-color: #353F26; }
span { border-color: rgb(53,63,38); }
td.TdClassName
{
border-color: #353F26;
}
.TagClassName
{
border-color: #353F26;
}
</style>