Shades of Seaweed #384E1B
Tints of Seaweed #384E1B
RGB
CMYK
RGB Variations
Color information
#384E1B (or 0x384E1B) is known color: Seaweed. HEX triplet: 38, 4E and 1B. RGB value is (56,78,27). Sum of RGB (Red+Green+Blue) = 56+78+27=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 78 (30.86% from 255 or 48.45% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 78 - color contains mainly: green. Hex color #384E1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384E1B is #C7B1E4. Grayscale: #414141. Windows color (decimal): -13087205 or 1789496. OLE color: 1789496.
HSL color Cylindrical-coordinate representation of color #384E1B: hue angle of 85.88º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #384E1B is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 78 | 27 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.69 |
| HSL | 85.88º | 0.49% | 0.21% | - |
| HSV(B) | 85.88º | 0.65% | 0.31% | - |
| XYZ | 4.55 | 6.37 | 2.03 | - |
| YUV | 65.61 | 106.21 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 78 | 27 | 0.28 | 0 | 0.65 | 0.69 | 85.88 | 0.49 | 0.21 |
| Hex | 38 | 4E | 1B | 1C | 0 | 41 | 45 | 56 | 31 | 15 |
| Octal | 70 | 116 | 33 | 34 | 0 | 101 | 105 | 126 | 61 | 25 |
| Binary | 111000 | 1001110 | 11011 | 11100 | 0 | 1000001 | 1000101 | 1010110 | 110001 | 10101 |
Color Harmonies of #384E1B
Complementary color
Monochromatic Colors of #384E1B
Black with #384E1B
Text Example
Text Example
White with #384E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384E1B; }
p { color: rgb(56,78,27); }
H1.HeaderClassName
{
color: #384E1B;
}
.AnyTagClassName
{
color: #384E1B;
}
</style>
background-color css
<style>
a { background-color: #384E1B; }
a { background-color: rgb(56,78,27); }
div.DivClassName
{
background-color: #384E1B;
}
.BgClassName
{
background-color: #384E1B;
}
</style>
border-color css
<style>
span { border-color: #384E1B; }
span { border-color: rgb(56,78,27); }
td.TdClassName
{
border-color: #384E1B;
}
.TagClassName
{
border-color: #384E1B;
}
</style>