Shades of Seaweed #314F1B
Tints of Seaweed #314F1B
RGB
CMYK
RGB Variations
Color information
#314F1B (or 0x314F1B) is known color: Seaweed. HEX triplet: 31, 4F and 1B. RGB value is (49,79,27). Sum of RGB (Red+Green+Blue) = 49+79+27=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 79 (31.25% from 255 or 50.97% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 79 - color contains mainly: green. Hex color #314F1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314F1B is #CEB0E4. Grayscale: #404040. Windows color (decimal): -13545701 or 1789745. OLE color: 1789745.
HSL color Cylindrical-coordinate representation of color #314F1B: hue angle of 94.62º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #314F1B is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 79 | 27 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.69 |
| HSL | 94.62º | 0.49% | 0.21% | - |
| HSV(B) | 94.62º | 0.66% | 0.31% | - |
| XYZ | 4.26 | 6.32 | 2.03 | - |
| YUV | 64.1 | 107.06 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 79 | 27 | 0.38 | 0 | 0.66 | 0.69 | 94.62 | 0.49 | 0.21 |
| Hex | 31 | 4F | 1B | 26 | 0 | 42 | 45 | 5F | 31 | 15 |
| Octal | 61 | 117 | 33 | 46 | 0 | 102 | 105 | 137 | 61 | 25 |
| Binary | 110001 | 1001111 | 11011 | 100110 | 0 | 1000010 | 1000101 | 1011111 | 110001 | 10101 |
Color Harmonies of #314F1B
Complementary color
Monochromatic Colors of #314F1B
Black with #314F1B
Text Example
Text Example
White with #314F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314F1B; }
p { color: rgb(49,79,27); }
H1.HeaderClassName
{
color: #314F1B;
}
.AnyTagClassName
{
color: #314F1B;
}
</style>
background-color css
<style>
a { background-color: #314F1B; }
a { background-color: rgb(49,79,27); }
div.DivClassName
{
background-color: #314F1B;
}
.BgClassName
{
background-color: #314F1B;
}
</style>
border-color css
<style>
span { border-color: #314F1B; }
span { border-color: rgb(49,79,27); }
td.TdClassName
{
border-color: #314F1B;
}
.TagClassName
{
border-color: #314F1B;
}
</style>