Shades of Seaweed #314123
Tints of Seaweed #314123
RGB
CMYK
RGB Variations
Color information
#314123 (or 0x314123) is known color: Seaweed. HEX triplet: 31, 41 and 23. RGB value is (49,65,35). Sum of RGB (Red+Green+Blue) = 49+65+35=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 65 - color contains mainly: green. Hex color #314123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314123 is #CEBEDC. Grayscale: #383838. Windows color (decimal): -13549277 or 2310449. OLE color: 2310449.
HSL color Cylindrical-coordinate representation of color #314123: hue angle of 92º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #314123 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 65 | 35 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.75 |
| HSL | 92º | 0.3% | 0.2% | - |
| HSV(B) | 92º | 0.46% | 0.25% | - |
| XYZ | 3.46 | 4.55 | 2.29 | - |
| YUV | 56.8 | 115.7 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 35 | 0.25 | 0 | 0.46 | 0.75 | 92 | 0.3 | 0.2 |
| Hex | 31 | 41 | 23 | 19 | 0 | 2E | 4B | 5C | 1E | 14 |
| Octal | 61 | 101 | 43 | 31 | 0 | 56 | 113 | 134 | 36 | 24 |
| Binary | 110001 | 1000001 | 100011 | 11001 | 0 | 101110 | 1001011 | 1011100 | 11110 | 10100 |
Color Harmonies of #314123
Complementary color
Monochromatic Colors of #314123
Black with #314123
Text Example
Text Example
White with #314123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314123; }
p { color: rgb(49,65,35); }
H1.HeaderClassName
{
color: #314123;
}
.AnyTagClassName
{
color: #314123;
}
</style>
background-color css
<style>
a { background-color: #314123; }
a { background-color: rgb(49,65,35); }
div.DivClassName
{
background-color: #314123;
}
.BgClassName
{
background-color: #314123;
}
</style>
border-color css
<style>
span { border-color: #314123; }
span { border-color: rgb(49,65,35); }
td.TdClassName
{
border-color: #314123;
}
.TagClassName
{
border-color: #314123;
}
</style>