Shades of Seaweed #38491F
Tints of Seaweed #38491F
RGB
CMYK
RGB Variations
Color information
#38491F (or 0x38491F) is known color: Seaweed. HEX triplet: 38, 49 and 1F. RGB value is (56,73,31). Sum of RGB (Red+Green+Blue) = 56+73+31=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #38491F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38491F is #C7B6E0. Grayscale: #3F3F3F. Windows color (decimal): -13088481 or 2050360. OLE color: 2050360.
HSL color Cylindrical-coordinate representation of color #38491F: hue angle of 84.29º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38491F is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 73 | 31 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.71 |
| HSL | 84.29º | 0.4% | 0.2% | - |
| HSV(B) | 84.29º | 0.58% | 0.29% | - |
| XYZ | 4.26 | 5.7 | 2.17 | - |
| YUV | 63.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 31 | 0.23 | 0 | 0.58 | 0.71 | 84.29 | 0.4 | 0.2 |
| Hex | 38 | 49 | 1F | 17 | 0 | 3A | 47 | 54 | 28 | 14 |
| Octal | 70 | 111 | 37 | 27 | 0 | 72 | 107 | 124 | 50 | 24 |
| Binary | 111000 | 1001001 | 11111 | 10111 | 0 | 111010 | 1000111 | 1010100 | 101000 | 10100 |
Color Harmonies of #38491F
Complementary color
Monochromatic Colors of #38491F
Black with #38491F
Text Example
Text Example
White with #38491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38491F; }
p { color: rgb(56,73,31); }
H1.HeaderClassName
{
color: #38491F;
}
.AnyTagClassName
{
color: #38491F;
}
</style>
background-color css
<style>
a { background-color: #38491F; }
a { background-color: rgb(56,73,31); }
div.DivClassName
{
background-color: #38491F;
}
.BgClassName
{
background-color: #38491F;
}
</style>
border-color css
<style>
span { border-color: #38491F; }
span { border-color: rgb(56,73,31); }
td.TdClassName
{
border-color: #38491F;
}
.TagClassName
{
border-color: #38491F;
}
</style>