Shades of Seaweed #314A18
Tints of Seaweed #314A18
RGB
CMYK
RGB Variations
Color information
#314A18 (or 0x314A18) is known color: Seaweed. HEX triplet: 31, 4A and 18. RGB value is (49,74,24). Sum of RGB (Red+Green+Blue) = 49+74+24=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #314A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314A18 is #CEB5E7. Grayscale: #3D3D3D. Windows color (decimal): -13546984 or 1591857. OLE color: 1591857.
HSL color Cylindrical-coordinate representation of color #314A18: hue angle of 90º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #314A18 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 74 | 24 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.71 |
| HSL | 90º | 0.51% | 0.19% | - |
| HSV(B) | 90º | 0.68% | 0.29% | - |
| XYZ | 3.88 | 5.62 | 1.74 | - |
| YUV | 60.83 | 107.22 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 74 | 24 | 0.34 | 0 | 0.68 | 0.71 | 90 | 0.51 | 0.19 |
| Hex | 31 | 4A | 18 | 22 | 0 | 44 | 47 | 5A | 33 | 13 |
| Octal | 61 | 112 | 30 | 42 | 0 | 104 | 107 | 132 | 63 | 23 |
| Binary | 110001 | 1001010 | 11000 | 100010 | 0 | 1000100 | 1000111 | 1011010 | 110011 | 10011 |
Color Harmonies of #314A18
Complementary color
Monochromatic Colors of #314A18
Black with #314A18
Text Example
Text Example
White with #314A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314A18; }
p { color: rgb(49,74,24); }
H1.HeaderClassName
{
color: #314A18;
}
.AnyTagClassName
{
color: #314A18;
}
</style>
background-color css
<style>
a { background-color: #314A18; }
a { background-color: rgb(49,74,24); }
div.DivClassName
{
background-color: #314A18;
}
.BgClassName
{
background-color: #314A18;
}
</style>
border-color css
<style>
span { border-color: #314A18; }
span { border-color: rgb(49,74,24); }
td.TdClassName
{
border-color: #314A18;
}
.TagClassName
{
border-color: #314A18;
}
</style>