Shades of Seaweed #353F23
Tints of Seaweed #353F23
RGB
CMYK
RGB Variations
Color information
#353F23 (or 0x353F23) is known color: Seaweed. HEX triplet: 35, 3F and 23. RGB value is (53,63,35). Sum of RGB (Red+Green+Blue) = 53+63+35=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 63 - color contains mainly: green. Hex color #353F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F23 is #CAC0DC. Grayscale: #383838. Windows color (decimal): -13287645 or 2309941. OLE color: 2309941.
HSL color Cylindrical-coordinate representation of color #353F23: hue angle of 81.43º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #353F23 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 63 | 35 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.75 |
| HSL | 81.43º | 0.29% | 0.19% | - |
| HSV(B) | 81.43º | 0.44% | 0.25% | - |
| XYZ | 3.55 | 4.43 | 2.26 | - |
| YUV | 56.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 35 | 0.16 | 0 | 0.44 | 0.75 | 81.43 | 0.29 | 0.19 |
| Hex | 35 | 3F | 23 | 10 | 0 | 2C | 4B | 51 | 1D | 13 |
| Octal | 65 | 77 | 43 | 20 | 0 | 54 | 113 | 121 | 35 | 23 |
| Binary | 110101 | 111111 | 100011 | 10000 | 0 | 101100 | 1001011 | 1010001 | 11101 | 10011 |
Color Harmonies of #353F23
Complementary color
Monochromatic Colors of #353F23
Black with #353F23
Text Example
Text Example
White with #353F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F23; }
p { color: rgb(53,63,35); }
H1.HeaderClassName
{
color: #353F23;
}
.AnyTagClassName
{
color: #353F23;
}
</style>
background-color css
<style>
a { background-color: #353F23; }
a { background-color: rgb(53,63,35); }
div.DivClassName
{
background-color: #353F23;
}
.BgClassName
{
background-color: #353F23;
}
</style>
border-color css
<style>
span { border-color: #353F23; }
span { border-color: rgb(53,63,35); }
td.TdClassName
{
border-color: #353F23;
}
.TagClassName
{
border-color: #353F23;
}
</style>