Shades of Seaweed #384E1D
Tints of Seaweed #384E1D
RGB
CMYK
RGB Variations
Color information
#384E1D (or 0x384E1D) is known color: Seaweed. HEX triplet: 38, 4E and 1D. RGB value is (56,78,29). Sum of RGB (Red+Green+Blue) = 56+78+29=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 78 (30.86% from 255 or 47.85% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 78 - color contains mainly: green. Hex color #384E1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384E1D is #C7B1E2. Grayscale: #424242. Windows color (decimal): -13087203 or 1920568. OLE color: 1920568.
HSL color Cylindrical-coordinate representation of color #384E1D: hue angle of 86.94º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #384E1D is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 78 | 29 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.69 |
| HSL | 86.94º | 0.46% | 0.21% | - |
| HSV(B) | 86.94º | 0.63% | 0.31% | - |
| XYZ | 4.58 | 6.38 | 2.15 | - |
| YUV | 65.84 | 107.21 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 29 | 0.28 | 0 | 0.63 | 0.69 | 86.94 | 0.46 | 0.21 |
| Hex | 38 | 4E | 1D | 1C | 0 | 3F | 45 | 57 | 2E | 15 |
| Octal | 70 | 116 | 35 | 34 | 0 | 77 | 105 | 127 | 56 | 25 |
| Binary | 111000 | 1001110 | 11101 | 11100 | 0 | 111111 | 1000101 | 1010111 | 101110 | 10101 |
Color Harmonies of #384E1D
Complementary color
Monochromatic Colors of #384E1D
Black with #384E1D
Text Example
Text Example
White with #384E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384E1D; }
p { color: rgb(56,78,29); }
H1.HeaderClassName
{
color: #384E1D;
}
.AnyTagClassName
{
color: #384E1D;
}
</style>
background-color css
<style>
a { background-color: #384E1D; }
a { background-color: rgb(56,78,29); }
div.DivClassName
{
background-color: #384E1D;
}
.BgClassName
{
background-color: #384E1D;
}
</style>
border-color css
<style>
span { border-color: #384E1D; }
span { border-color: rgb(56,78,29); }
td.TdClassName
{
border-color: #384E1D;
}
.TagClassName
{
border-color: #384E1D;
}
</style>