Shades of Seaweed #31540F
Tints of Seaweed #31540F
RGB
CMYK
RGB Variations
Color information
#31540F (or 0x31540F) is known color: Seaweed. HEX triplet: 31, 54 and 0F. RGB value is (49,84,15). Sum of RGB (Red+Green+Blue) = 49+84+15=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 84 (33.20% from 255 or 56.76% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 84 - color contains mainly: green. Hex color #31540F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31540F is #CEABF0. Grayscale: #414141. Windows color (decimal): -13544433 or 1004593. OLE color: 1004593.
HSL color Cylindrical-coordinate representation of color #31540F: hue angle of 90.43º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31540F is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 84 | 15 | - |
| CMYK | 0.42 | 0 | 0.82 | 0.67 |
| HSL | 90.43º | 0.7% | 0.19% | - |
| HSV(B) | 90.43º | 0.82% | 0.33% | - |
| XYZ | 4.52 | 7.03 | 1.57 | - |
| YUV | 65.67 | 99.4 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 84 | 15 | 0.42 | 0 | 0.82 | 0.67 | 90.43 | 0.7 | 0.19 |
| Hex | 31 | 54 | F | 2A | 0 | 52 | 43 | 5A | 46 | 13 |
| Octal | 61 | 124 | 17 | 52 | 0 | 122 | 103 | 132 | 106 | 23 |
| Binary | 110001 | 1010100 | 1111 | 101010 | 0 | 1010010 | 1000011 | 1011010 | 1000110 | 10011 |
Color Harmonies of #31540F
Complementary color
Monochromatic Colors of #31540F
Black with #31540F
Text Example
Text Example
White with #31540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31540F; }
p { color: rgb(49,84,15); }
H1.HeaderClassName
{
color: #31540F;
}
.AnyTagClassName
{
color: #31540F;
}
</style>
background-color css
<style>
a { background-color: #31540F; }
a { background-color: rgb(49,84,15); }
div.DivClassName
{
background-color: #31540F;
}
.BgClassName
{
background-color: #31540F;
}
</style>
border-color css
<style>
span { border-color: #31540F; }
span { border-color: rgb(49,84,15); }
td.TdClassName
{
border-color: #31540F;
}
.TagClassName
{
border-color: #31540F;
}
</style>