Shades of Seaweed #314C17
Tints of Seaweed #314C17
RGB
CMYK
RGB Variations
Color information
#314C17 (or 0x314C17) is known color: Seaweed. HEX triplet: 31, 4C and 17. RGB value is (49,76,23). Sum of RGB (Red+Green+Blue) = 49+76+23=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #314C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314C17 is #CEB3E8. Grayscale: #3E3E3E. Windows color (decimal): -13546473 or 1526833. OLE color: 1526833.
HSL color Cylindrical-coordinate representation of color #314C17: hue angle of 90.57º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #314C17 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 76 | 23 | - |
| CMYK | 0.36 | 0 | 0.70 | 0.70 |
| HSL | 90.57º | 0.54% | 0.19% | - |
| HSV(B) | 90.57º | 0.7% | 0.3% | - |
| XYZ | 4.01 | 5.88 | 1.74 | - |
| YUV | 61.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 23 | 0.36 | 0 | 0.70 | 0.70 | 90.57 | 0.54 | 0.19 |
| Hex | 31 | 4C | 17 | 24 | 0 | 46 | 46 | 5B | 36 | 13 |
| Octal | 61 | 114 | 27 | 44 | 0 | 106 | 106 | 133 | 66 | 23 |
| Binary | 110001 | 1001100 | 10111 | 100100 | 0 | 1000110 | 1000110 | 1011011 | 110110 | 10011 |
Color Harmonies of #314C17
Complementary color
Monochromatic Colors of #314C17
Black with #314C17
Text Example
Text Example
White with #314C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314C17; }
p { color: rgb(49,76,23); }
H1.HeaderClassName
{
color: #314C17;
}
.AnyTagClassName
{
color: #314C17;
}
</style>
background-color css
<style>
a { background-color: #314C17; }
a { background-color: rgb(49,76,23); }
div.DivClassName
{
background-color: #314C17;
}
.BgClassName
{
background-color: #314C17;
}
</style>
border-color css
<style>
span { border-color: #314C17; }
span { border-color: rgb(49,76,23); }
td.TdClassName
{
border-color: #314C17;
}
.TagClassName
{
border-color: #314C17;
}
</style>