Shades of Seaweed #384B1D
Tints of Seaweed #384B1D
RGB
CMYK
RGB Variations
Color information
#384B1D (or 0x384B1D) is known color: Seaweed. HEX triplet: 38, 4B and 1D. RGB value is (56,75,29). Sum of RGB (Red+Green+Blue) = 56+75+29=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 75 - color contains mainly: green. Hex color #384B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B1D is #C7B4E2. Grayscale: #404040. Windows color (decimal): -13087971 or 1919800. OLE color: 1919800.
HSL color Cylindrical-coordinate representation of color #384B1D: hue angle of 84.78º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #384B1D is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 29 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.71 |
| HSL | 84.78º | 0.44% | 0.2% | - |
| HSV(B) | 84.78º | 0.61% | 0.29% | - |
| XYZ | 4.37 | 5.96 | 2.08 | - |
| YUV | 64.08 | 108.21 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 29 | 0.25 | 0 | 0.61 | 0.71 | 84.78 | 0.44 | 0.2 |
| Hex | 38 | 4B | 1D | 19 | 0 | 3D | 47 | 55 | 2C | 14 |
| Octal | 70 | 113 | 35 | 31 | 0 | 75 | 107 | 125 | 54 | 24 |
| Binary | 111000 | 1001011 | 11101 | 11001 | 0 | 111101 | 1000111 | 1010101 | 101100 | 10100 |
Color Harmonies of #384B1D
Complementary color
Monochromatic Colors of #384B1D
Black with #384B1D
Text Example
Text Example
White with #384B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B1D; }
p { color: rgb(56,75,29); }
H1.HeaderClassName
{
color: #384B1D;
}
.AnyTagClassName
{
color: #384B1D;
}
</style>
background-color css
<style>
a { background-color: #384B1D; }
a { background-color: rgb(56,75,29); }
div.DivClassName
{
background-color: #384B1D;
}
.BgClassName
{
background-color: #384B1D;
}
</style>
border-color css
<style>
span { border-color: #384B1D; }
span { border-color: rgb(56,75,29); }
td.TdClassName
{
border-color: #384B1D;
}
.TagClassName
{
border-color: #384B1D;
}
</style>