Shades of Seaweed #314122
Tints of Seaweed #314122
RGB
CMYK
RGB Variations
Color information
#314122 (or 0x314122) is known color: Seaweed. HEX triplet: 31, 41 and 22. RGB value is (49,65,34). Sum of RGB (Red+Green+Blue) = 49+65+34=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 65 - color contains mainly: green. Hex color #314122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314122 is #CEBEDD. Grayscale: #383838. Windows color (decimal): -13549278 or 2244913. OLE color: 2244913.
HSL color Cylindrical-coordinate representation of color #314122: hue angle of 90.97º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #314122 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 65 | 34 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.75 |
| HSL | 90.97º | 0.31% | 0.19% | - |
| HSV(B) | 90.97º | 0.48% | 0.25% | - |
| XYZ | 3.45 | 4.55 | 2.21 | - |
| YUV | 56.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 34 | 0.25 | 0 | 0.48 | 0.75 | 90.97 | 0.31 | 0.19 |
| Hex | 31 | 41 | 22 | 19 | 0 | 30 | 4B | 5B | 1F | 13 |
| Octal | 61 | 101 | 42 | 31 | 0 | 60 | 113 | 133 | 37 | 23 |
| Binary | 110001 | 1000001 | 100010 | 11001 | 0 | 110000 | 1001011 | 1011011 | 11111 | 10011 |
Color Harmonies of #314122
Complementary color
Monochromatic Colors of #314122
Black with #314122
Text Example
Text Example
White with #314122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314122; }
p { color: rgb(49,65,34); }
H1.HeaderClassName
{
color: #314122;
}
.AnyTagClassName
{
color: #314122;
}
</style>
background-color css
<style>
a { background-color: #314122; }
a { background-color: rgb(49,65,34); }
div.DivClassName
{
background-color: #314122;
}
.BgClassName
{
background-color: #314122;
}
</style>
border-color css
<style>
span { border-color: #314122; }
span { border-color: rgb(49,65,34); }
td.TdClassName
{
border-color: #314122;
}
.TagClassName
{
border-color: #314122;
}
</style>