Shades of Seaweed #313D23
Tints of Seaweed #313D23
RGB
CMYK
RGB Variations
Color information
#313D23 (or 0x313D23) is known color: Seaweed. HEX triplet: 31, 3D and 23. RGB value is (49,61,35). Sum of RGB (Red+Green+Blue) = 49+61+35=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 61 - color contains mainly: green. Hex color #313D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313D23 is #CEC2DC. Grayscale: #363636. Windows color (decimal): -13550301 or 2309425. OLE color: 2309425.
HSL color Cylindrical-coordinate representation of color #313D23: hue angle of 87.69º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #313D23 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 61 | 35 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.76 |
| HSL | 87.69º | 0.27% | 0.19% | - |
| HSV(B) | 87.69º | 0.43% | 0.24% | - |
| XYZ | 3.24 | 4.11 | 2.21 | - |
| YUV | 54.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 35 | 0.20 | 0 | 0.43 | 0.76 | 87.69 | 0.27 | 0.19 |
| Hex | 31 | 3D | 23 | 14 | 0 | 2B | 4C | 58 | 1B | 13 |
| Octal | 61 | 75 | 43 | 24 | 0 | 53 | 114 | 130 | 33 | 23 |
| Binary | 110001 | 111101 | 100011 | 10100 | 0 | 101011 | 1001100 | 1011000 | 11011 | 10011 |
Color Harmonies of #313D23
Complementary color
Monochromatic Colors of #313D23
Black with #313D23
Text Example
Text Example
White with #313D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D23; }
p { color: rgb(49,61,35); }
H1.HeaderClassName
{
color: #313D23;
}
.AnyTagClassName
{
color: #313D23;
}
</style>
background-color css
<style>
a { background-color: #313D23; }
a { background-color: rgb(49,61,35); }
div.DivClassName
{
background-color: #313D23;
}
.BgClassName
{
background-color: #313D23;
}
</style>
border-color css
<style>
span { border-color: #313D23; }
span { border-color: rgb(49,61,35); }
td.TdClassName
{
border-color: #313D23;
}
.TagClassName
{
border-color: #313D23;
}
</style>