Shades of Seaweed #314120
Tints of Seaweed #314120
RGB
CMYK
RGB Variations
Color information
#314120 (or 0x314120) is known color: Seaweed. HEX triplet: 31, 41 and 20. RGB value is (49,65,32). Sum of RGB (Red+Green+Blue) = 49+65+32=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #314120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314120 is #CEBEDF. Grayscale: #383838. Windows color (decimal): -13549280 or 2113841. OLE color: 2113841.
HSL color Cylindrical-coordinate representation of color #314120: hue angle of 89.09º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #314120 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 65 | 32 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.75 |
| HSL | 89.09º | 0.34% | 0.19% | - |
| HSV(B) | 89.09º | 0.51% | 0.25% | - |
| XYZ | 3.42 | 4.54 | 2.06 | - |
| YUV | 56.45 | 114.2 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 32 | 0.25 | 0 | 0.51 | 0.75 | 89.09 | 0.34 | 0.19 |
| Hex | 31 | 41 | 20 | 19 | 0 | 33 | 4B | 59 | 22 | 13 |
| Octal | 61 | 101 | 40 | 31 | 0 | 63 | 113 | 131 | 42 | 23 |
| Binary | 110001 | 1000001 | 100000 | 11001 | 0 | 110011 | 1001011 | 1011001 | 100010 | 10011 |
Color Harmonies of #314120
Complementary color
Monochromatic Colors of #314120
Black with #314120
Text Example
Text Example
White with #314120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314120; }
p { color: rgb(49,65,32); }
H1.HeaderClassName
{
color: #314120;
}
.AnyTagClassName
{
color: #314120;
}
</style>
background-color css
<style>
a { background-color: #314120; }
a { background-color: rgb(49,65,32); }
div.DivClassName
{
background-color: #314120;
}
.BgClassName
{
background-color: #314120;
}
</style>
border-color css
<style>
span { border-color: #314120; }
span { border-color: rgb(49,65,32); }
td.TdClassName
{
border-color: #314120;
}
.TagClassName
{
border-color: #314120;
}
</style>