Shades of Seaweed #314225
Tints of Seaweed #314225
RGB
CMYK
RGB Variations
Color information
#314225 (or 0x314225) is known color: Seaweed. HEX triplet: 31, 42 and 25. RGB value is (49,66,37). Sum of RGB (Red+Green+Blue) = 49+66+37=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 66 - color contains mainly: green. Hex color #314225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314225 is #CEBDDA. Grayscale: #393939. Windows color (decimal): -13549019 or 2441777. OLE color: 2441777.
HSL color Cylindrical-coordinate representation of color #314225: hue angle of 95.17º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #314225 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 66 | 37 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.74 |
| HSL | 95.17º | 0.28% | 0.2% | - |
| HSV(B) | 95.17º | 0.44% | 0.26% | - |
| XYZ | 3.55 | 4.68 | 2.47 | - |
| YUV | 57.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 37 | 0.26 | 0 | 0.44 | 0.74 | 95.17 | 0.28 | 0.2 |
| Hex | 31 | 42 | 25 | 1A | 0 | 2C | 4A | 5F | 1C | 14 |
| Octal | 61 | 102 | 45 | 32 | 0 | 54 | 112 | 137 | 34 | 24 |
| Binary | 110001 | 1000010 | 100101 | 11010 | 0 | 101100 | 1001010 | 1011111 | 11100 | 10100 |
Color Harmonies of #314225
Complementary color
Monochromatic Colors of #314225
Black with #314225
Text Example
Text Example
White with #314225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314225; }
p { color: rgb(49,66,37); }
H1.HeaderClassName
{
color: #314225;
}
.AnyTagClassName
{
color: #314225;
}
</style>
background-color css
<style>
a { background-color: #314225; }
a { background-color: rgb(49,66,37); }
div.DivClassName
{
background-color: #314225;
}
.BgClassName
{
background-color: #314225;
}
</style>
border-color css
<style>
span { border-color: #314225; }
span { border-color: rgb(49,66,37); }
td.TdClassName
{
border-color: #314225;
}
.TagClassName
{
border-color: #314225;
}
</style>