Shades of Seaweed #384B20
Tints of Seaweed #384B20
RGB
CMYK
RGB Variations
Color information
#384B20 (or 0x384B20) is known color: Seaweed. HEX triplet: 38, 4B and 20. RGB value is (56,75,32). Sum of RGB (Red+Green+Blue) = 56+75+32=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 75 - color contains mainly: green. Hex color #384B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B20 is #C7B4DF. Grayscale: #404040. Windows color (decimal): -13087968 or 2116408. OLE color: 2116408.
HSL color Cylindrical-coordinate representation of color #384B20: hue angle of 86.51º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #384B20 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 32 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.71 |
| HSL | 86.51º | 0.4% | 0.21% | - |
| HSV(B) | 86.51º | 0.57% | 0.29% | - |
| XYZ | 4.41 | 5.98 | 2.29 | - |
| YUV | 64.42 | 109.71 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 32 | 0.25 | 0 | 0.57 | 0.71 | 86.51 | 0.4 | 0.21 |
| Hex | 38 | 4B | 20 | 19 | 0 | 39 | 47 | 57 | 28 | 15 |
| Octal | 70 | 113 | 40 | 31 | 0 | 71 | 107 | 127 | 50 | 25 |
| Binary | 111000 | 1001011 | 100000 | 11001 | 0 | 111001 | 1000111 | 1010111 | 101000 | 10101 |
Color Harmonies of #384B20
Complementary color
Monochromatic Colors of #384B20
Black with #384B20
Text Example
Text Example
White with #384B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B20; }
p { color: rgb(56,75,32); }
H1.HeaderClassName
{
color: #384B20;
}
.AnyTagClassName
{
color: #384B20;
}
</style>
background-color css
<style>
a { background-color: #384B20; }
a { background-color: rgb(56,75,32); }
div.DivClassName
{
background-color: #384B20;
}
.BgClassName
{
background-color: #384B20;
}
</style>
border-color css
<style>
span { border-color: #384B20; }
span { border-color: rgb(56,75,32); }
td.TdClassName
{
border-color: #384B20;
}
.TagClassName
{
border-color: #384B20;
}
</style>