Shades of Seaweed #32501A
Tints of Seaweed #32501A
RGB
CMYK
RGB Variations
Color information
#32501A (or 0x32501A) is known color: Seaweed. HEX triplet: 32, 50 and 1A. RGB value is (50,80,26). Sum of RGB (Red+Green+Blue) = 50+80+26=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #32501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32501A is #CDAFE5. Grayscale: #414141. Windows color (decimal): -13479910 or 1724466. OLE color: 1724466.
HSL color Cylindrical-coordinate representation of color #32501A: hue angle of 93.33º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32501A is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 80 | 26 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.69 |
| HSL | 93.33º | 0.51% | 0.21% | - |
| HSV(B) | 93.33º | 0.68% | 0.31% | - |
| XYZ | 4.37 | 6.49 | 2 | - |
| YUV | 64.87 | 106.06 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 26 | 0.37 | 0 | 0.67 | 0.69 | 93.33 | 0.51 | 0.21 |
| Hex | 32 | 50 | 1A | 25 | 0 | 43 | 45 | 5D | 33 | 15 |
| Octal | 62 | 120 | 32 | 45 | 0 | 103 | 105 | 135 | 63 | 25 |
| Binary | 110010 | 1010000 | 11010 | 100101 | 0 | 1000011 | 1000101 | 1011101 | 110011 | 10101 |
Color Harmonies of #32501A
Complementary color
Monochromatic Colors of #32501A
Black with #32501A
Text Example
Text Example
White with #32501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32501A; }
p { color: rgb(50,80,26); }
H1.HeaderClassName
{
color: #32501A;
}
.AnyTagClassName
{
color: #32501A;
}
</style>
background-color css
<style>
a { background-color: #32501A; }
a { background-color: rgb(50,80,26); }
div.DivClassName
{
background-color: #32501A;
}
.BgClassName
{
background-color: #32501A;
}
</style>
border-color css
<style>
span { border-color: #32501A; }
span { border-color: rgb(50,80,26); }
td.TdClassName
{
border-color: #32501A;
}
.TagClassName
{
border-color: #32501A;
}
</style>