Shades of Seaweed #314124
Tints of Seaweed #314124
RGB
CMYK
RGB Variations
Color information
#314124 (or 0x314124) is known color: Seaweed. HEX triplet: 31, 41 and 24. RGB value is (49,65,36). Sum of RGB (Red+Green+Blue) = 49+65+36=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 65 - color contains mainly: green. Hex color #314124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314124 is #CEBEDB. Grayscale: #393939. Windows color (decimal): -13549276 or 2375985. OLE color: 2375985.
HSL color Cylindrical-coordinate representation of color #314124: hue angle of 93.1º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #314124 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 65 | 36 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.75 |
| HSL | 93.1º | 0.29% | 0.2% | - |
| HSV(B) | 93.1º | 0.45% | 0.25% | - |
| XYZ | 3.48 | 4.56 | 2.37 | - |
| YUV | 56.91 | 116.2 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 36 | 0.25 | 0 | 0.45 | 0.75 | 93.1 | 0.29 | 0.2 |
| Hex | 31 | 41 | 24 | 19 | 0 | 2D | 4B | 5D | 1D | 14 |
| Octal | 61 | 101 | 44 | 31 | 0 | 55 | 113 | 135 | 35 | 24 |
| Binary | 110001 | 1000001 | 100100 | 11001 | 0 | 101101 | 1001011 | 1011101 | 11101 | 10100 |
Color Harmonies of #314124
Complementary color
Monochromatic Colors of #314124
Black with #314124
Text Example
Text Example
White with #314124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314124; }
p { color: rgb(49,65,36); }
H1.HeaderClassName
{
color: #314124;
}
.AnyTagClassName
{
color: #314124;
}
</style>
background-color css
<style>
a { background-color: #314124; }
a { background-color: rgb(49,65,36); }
div.DivClassName
{
background-color: #314124;
}
.BgClassName
{
background-color: #314124;
}
</style>
border-color css
<style>
span { border-color: #314124; }
span { border-color: rgb(49,65,36); }
td.TdClassName
{
border-color: #314124;
}
.TagClassName
{
border-color: #314124;
}
</style>