Shades of Seaweed #38491D
Tints of Seaweed #38491D
RGB
CMYK
RGB Variations
Color information
#38491D (or 0x38491D) is known color: Seaweed. HEX triplet: 38, 49 and 1D. RGB value is (56,73,29). Sum of RGB (Red+Green+Blue) = 56+73+29=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #38491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38491D is #C7B6E2. Grayscale: #3F3F3F. Windows color (decimal): -13088483 or 1919288. OLE color: 1919288.
HSL color Cylindrical-coordinate representation of color #38491D: hue angle of 83.18º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38491D is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 73 | 29 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.71 |
| HSL | 83.18º | 0.43% | 0.2% | - |
| HSV(B) | 83.18º | 0.6% | 0.29% | - |
| XYZ | 4.24 | 5.69 | 2.04 | - |
| YUV | 62.9 | 108.87 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 29 | 0.23 | 0 | 0.60 | 0.71 | 83.18 | 0.43 | 0.2 |
| Hex | 38 | 49 | 1D | 17 | 0 | 3C | 47 | 53 | 2B | 14 |
| Octal | 70 | 111 | 35 | 27 | 0 | 74 | 107 | 123 | 53 | 24 |
| Binary | 111000 | 1001001 | 11101 | 10111 | 0 | 111100 | 1000111 | 1010011 | 101011 | 10100 |
Color Harmonies of #38491D
Complementary color
Monochromatic Colors of #38491D
Black with #38491D
Text Example
Text Example
White with #38491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38491D; }
p { color: rgb(56,73,29); }
H1.HeaderClassName
{
color: #38491D;
}
.AnyTagClassName
{
color: #38491D;
}
</style>
background-color css
<style>
a { background-color: #38491D; }
a { background-color: rgb(56,73,29); }
div.DivClassName
{
background-color: #38491D;
}
.BgClassName
{
background-color: #38491D;
}
</style>
border-color css
<style>
span { border-color: #38491D; }
span { border-color: rgb(56,73,29); }
td.TdClassName
{
border-color: #38491D;
}
.TagClassName
{
border-color: #38491D;
}
</style>