Shades of Seaweed #323F26
Tints of Seaweed #323F26
RGB
CMYK
RGB Variations
Color information
#323F26 (or 0x323F26) is known color: Seaweed. HEX triplet: 32, 3F and 26. RGB value is (50,63,38). Sum of RGB (Red+Green+Blue) = 50+63+38=151 (20% of max value = 765). Red value is 50 (19.92% from 255 or 33.11% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 63 - color contains mainly: green. Hex color #323F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323F26 is #CDC0D9. Grayscale: #383838. Windows color (decimal): -13484250 or 2506546. OLE color: 2506546.
HSL color Cylindrical-coordinate representation of color #323F26: hue angle of 91.2º 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 #323F26 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 63 | 38 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.75 |
| HSL | 91.2º | 0.25% | 0.2% | - |
| HSV(B) | 91.2º | 0.4% | 0.25% | - |
| XYZ | 3.44 | 4.37 | 2.5 | - |
| YUV | 56.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 38 | 0.21 | 0 | 0.40 | 0.75 | 91.2 | 0.25 | 0.2 |
| Hex | 32 | 3F | 26 | 15 | 0 | 28 | 4B | 5B | 19 | 14 |
| Octal | 62 | 77 | 46 | 25 | 0 | 50 | 113 | 133 | 31 | 24 |
| Binary | 110010 | 111111 | 100110 | 10101 | 0 | 101000 | 1001011 | 1011011 | 11001 | 10100 |
Color Harmonies of #323F26
Complementary color
Monochromatic Colors of #323F26
Black with #323F26
Text Example
Text Example
White with #323F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F26; }
p { color: rgb(50,63,38); }
H1.HeaderClassName
{
color: #323F26;
}
.AnyTagClassName
{
color: #323F26;
}
</style>
background-color css
<style>
a { background-color: #323F26; }
a { background-color: rgb(50,63,38); }
div.DivClassName
{
background-color: #323F26;
}
.BgClassName
{
background-color: #323F26;
}
</style>
border-color css
<style>
span { border-color: #323F26; }
span { border-color: rgb(50,63,38); }
td.TdClassName
{
border-color: #323F26;
}
.TagClassName
{
border-color: #323F26;
}
</style>