Shades of Seaweed #384E19
Tints of Seaweed #384E19
RGB
CMYK
RGB Variations
Color information
#384E19 (or 0x384E19) is known color: Seaweed. HEX triplet: 38, 4E and 19. RGB value is (56,78,25). Sum of RGB (Red+Green+Blue) = 56+78+25=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 78 (30.86% from 255 or 49.06% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 78 - color contains mainly: green. Hex color #384E19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384E19 is #C7B1E6. Grayscale: #414141. Windows color (decimal): -13087207 or 1658424. OLE color: 1658424.
HSL color Cylindrical-coordinate representation of color #384E19: hue angle of 84.91º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #384E19 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 78 | 25 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.69 |
| HSL | 84.91º | 0.51% | 0.2% | - |
| HSV(B) | 84.91º | 0.68% | 0.31% | - |
| XYZ | 4.53 | 6.36 | 1.91 | - |
| YUV | 65.38 | 105.21 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 25 | 0.28 | 0 | 0.68 | 0.69 | 84.91 | 0.51 | 0.2 |
| Hex | 38 | 4E | 19 | 1C | 0 | 44 | 45 | 55 | 33 | 14 |
| Octal | 70 | 116 | 31 | 34 | 0 | 104 | 105 | 125 | 63 | 24 |
| Binary | 111000 | 1001110 | 11001 | 11100 | 0 | 1000100 | 1000101 | 1010101 | 110011 | 10100 |
Color Harmonies of #384E19
Complementary color
Monochromatic Colors of #384E19
Black with #384E19
Text Example
Text Example
White with #384E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384E19; }
p { color: rgb(56,78,25); }
H1.HeaderClassName
{
color: #384E19;
}
.AnyTagClassName
{
color: #384E19;
}
</style>
background-color css
<style>
a { background-color: #384E19; }
a { background-color: rgb(56,78,25); }
div.DivClassName
{
background-color: #384E19;
}
.BgClassName
{
background-color: #384E19;
}
</style>
border-color css
<style>
span { border-color: #384E19; }
span { border-color: rgb(56,78,25); }
td.TdClassName
{
border-color: #384E19;
}
.TagClassName
{
border-color: #384E19;
}
</style>