Shades of Seaweed #314E1B
Tints of Seaweed #314E1B
RGB
CMYK
RGB Variations
Color information
#314E1B (or 0x314E1B) is known color: Seaweed. HEX triplet: 31, 4E and 1B. RGB value is (49,78,27). Sum of RGB (Red+Green+Blue) = 49+78+27=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 78 (30.86% from 255 or 50.65% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 78 - color contains mainly: green. Hex color #314E1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314E1B is #CEB1E4. Grayscale: #3F3F3F. Windows color (decimal): -13545957 or 1789489. OLE color: 1789489.
HSL color Cylindrical-coordinate representation of color #314E1B: hue angle of 94.12º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #314E1B is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 78 | 27 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.69 |
| HSL | 94.12º | 0.49% | 0.21% | - |
| HSV(B) | 94.12º | 0.65% | 0.31% | - |
| XYZ | 4.19 | 6.18 | 2.01 | - |
| YUV | 63.52 | 107.39 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 27 | 0.37 | 0 | 0.65 | 0.69 | 94.12 | 0.49 | 0.21 |
| Hex | 31 | 4E | 1B | 25 | 0 | 41 | 45 | 5E | 31 | 15 |
| Octal | 61 | 116 | 33 | 45 | 0 | 101 | 105 | 136 | 61 | 25 |
| Binary | 110001 | 1001110 | 11011 | 100101 | 0 | 1000001 | 1000101 | 1011110 | 110001 | 10101 |
Color Harmonies of #314E1B
Complementary color
Monochromatic Colors of #314E1B
Black with #314E1B
Text Example
Text Example
White with #314E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314E1B; }
p { color: rgb(49,78,27); }
H1.HeaderClassName
{
color: #314E1B;
}
.AnyTagClassName
{
color: #314E1B;
}
</style>
background-color css
<style>
a { background-color: #314E1B; }
a { background-color: rgb(49,78,27); }
div.DivClassName
{
background-color: #314E1B;
}
.BgClassName
{
background-color: #314E1B;
}
</style>
border-color css
<style>
span { border-color: #314E1B; }
span { border-color: rgb(49,78,27); }
td.TdClassName
{
border-color: #314E1B;
}
.TagClassName
{
border-color: #314E1B;
}
</style>