Shades of Seaweed #323F23
Tints of Seaweed #323F23
RGB
CMYK
RGB Variations
Color information
#323F23 (or 0x323F23) is known color: Seaweed. HEX triplet: 32, 3F and 23. RGB value is (50,63,35). Sum of RGB (Red+Green+Blue) = 50+63+35=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 63 - color contains mainly: green. Hex color #323F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323F23 is #CDC0DC. Grayscale: #383838. Windows color (decimal): -13484253 or 2309938. OLE color: 2309938.
HSL color Cylindrical-coordinate representation of color #323F23: hue angle of 87.86º 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 #323F23 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 63 | 35 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.75 |
| HSL | 87.86º | 0.29% | 0.19% | - |
| HSV(B) | 87.86º | 0.44% | 0.25% | - |
| XYZ | 3.4 | 4.35 | 2.25 | - |
| YUV | 55.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 35 | 0.21 | 0 | 0.44 | 0.75 | 87.86 | 0.29 | 0.19 |
| Hex | 32 | 3F | 23 | 15 | 0 | 2C | 4B | 58 | 1D | 13 |
| Octal | 62 | 77 | 43 | 25 | 0 | 54 | 113 | 130 | 35 | 23 |
| Binary | 110010 | 111111 | 100011 | 10101 | 0 | 101100 | 1001011 | 1011000 | 11101 | 10011 |
Color Harmonies of #323F23
Complementary color
Monochromatic Colors of #323F23
Black with #323F23
Text Example
Text Example
White with #323F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F23; }
p { color: rgb(50,63,35); }
H1.HeaderClassName
{
color: #323F23;
}
.AnyTagClassName
{
color: #323F23;
}
</style>
background-color css
<style>
a { background-color: #323F23; }
a { background-color: rgb(50,63,35); }
div.DivClassName
{
background-color: #323F23;
}
.BgClassName
{
background-color: #323F23;
}
</style>
border-color css
<style>
span { border-color: #323F23; }
span { border-color: rgb(50,63,35); }
td.TdClassName
{
border-color: #323F23;
}
.TagClassName
{
border-color: #323F23;
}
</style>