Shades of Seaweed #384920
Tints of Seaweed #384920
RGB
CMYK
RGB Variations
Color information
#384920 (or 0x384920) is known color: Seaweed. HEX triplet: 38, 49 and 20. RGB value is (56,73,32). Sum of RGB (Red+Green+Blue) = 56+73+32=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 73 (28.91% from 255 or 45.34% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 73 - color contains mainly: green. Hex color #384920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384920 is #C7B6DF. Grayscale: #3F3F3F. Windows color (decimal): -13088480 or 2115896. OLE color: 2115896.
HSL color Cylindrical-coordinate representation of color #384920: hue angle of 84.88º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #384920 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 73 | 32 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.71 |
| HSL | 84.88º | 0.39% | 0.21% | - |
| HSV(B) | 84.88º | 0.56% | 0.29% | - |
| XYZ | 4.27 | 5.71 | 2.24 | - |
| YUV | 63.24 | 110.37 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 32 | 0.23 | 0 | 0.56 | 0.71 | 84.88 | 0.39 | 0.21 |
| Hex | 38 | 49 | 20 | 17 | 0 | 38 | 47 | 55 | 27 | 15 |
| Octal | 70 | 111 | 40 | 27 | 0 | 70 | 107 | 125 | 47 | 25 |
| Binary | 111000 | 1001001 | 100000 | 10111 | 0 | 111000 | 1000111 | 1010101 | 100111 | 10101 |
Color Harmonies of #384920
Complementary color
Monochromatic Colors of #384920
Black with #384920
Text Example
Text Example
White with #384920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384920; }
p { color: rgb(56,73,32); }
H1.HeaderClassName
{
color: #384920;
}
.AnyTagClassName
{
color: #384920;
}
</style>
background-color css
<style>
a { background-color: #384920; }
a { background-color: rgb(56,73,32); }
div.DivClassName
{
background-color: #384920;
}
.BgClassName
{
background-color: #384920;
}
</style>
border-color css
<style>
span { border-color: #384920; }
span { border-color: rgb(56,73,32); }
td.TdClassName
{
border-color: #384920;
}
.TagClassName
{
border-color: #384920;
}
</style>