Shades of Seaweed #315314
Tints of Seaweed #315314
RGB
CMYK
RGB Variations
Color information
#315314 (or 0x315314) is known color: Seaweed. HEX triplet: 31, 53 and 14. RGB value is (49,83,20). Sum of RGB (Red+Green+Blue) = 49+83+20=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #315314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315314 is #CEACEB. Grayscale: #414141. Windows color (decimal): -13544684 or 1332017. OLE color: 1332017.
HSL color Cylindrical-coordinate representation of color #315314: hue angle of 92.38º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #315314 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 83 | 20 | - |
| CMYK | 0.41 | 0 | 0.76 | 0.67 |
| HSL | 92.38º | 0.61% | 0.2% | - |
| HSV(B) | 92.38º | 0.76% | 0.33% | - |
| XYZ | 4.49 | 6.89 | 1.76 | - |
| YUV | 65.65 | 102.24 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 83 | 20 | 0.41 | 0 | 0.76 | 0.67 | 92.38 | 0.61 | 0.2 |
| Hex | 31 | 53 | 14 | 29 | 0 | 4C | 43 | 5C | 3D | 14 |
| Octal | 61 | 123 | 24 | 51 | 0 | 114 | 103 | 134 | 75 | 24 |
| Binary | 110001 | 1010011 | 10100 | 101001 | 0 | 1001100 | 1000011 | 1011100 | 111101 | 10100 |
Color Harmonies of #315314
Complementary color
Monochromatic Colors of #315314
Black with #315314
Text Example
Text Example
White with #315314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315314; }
p { color: rgb(49,83,20); }
H1.HeaderClassName
{
color: #315314;
}
.AnyTagClassName
{
color: #315314;
}
</style>
background-color css
<style>
a { background-color: #315314; }
a { background-color: rgb(49,83,20); }
div.DivClassName
{
background-color: #315314;
}
.BgClassName
{
background-color: #315314;
}
</style>
border-color css
<style>
span { border-color: #315314; }
span { border-color: rgb(49,83,20); }
td.TdClassName
{
border-color: #315314;
}
.TagClassName
{
border-color: #315314;
}
</style>