Shades of Seaweed #384B24
Tints of Seaweed #384B24
RGB
CMYK
RGB Variations
Color information
#384B24 (or 0x384B24) is known color: Seaweed. HEX triplet: 38, 4B and 24. RGB value is (56,75,36). Sum of RGB (Red+Green+Blue) = 56+75+36=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 75 - color contains mainly: green. Hex color #384B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B24 is #C7B4DB. Grayscale: #414141. Windows color (decimal): -13087964 or 2378552. OLE color: 2378552.
HSL color Cylindrical-coordinate representation of color #384B24: hue angle of 89.23º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #384B24 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 36 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.71 |
| HSL | 89.23º | 0.35% | 0.22% | - |
| HSV(B) | 89.23º | 0.52% | 0.29% | - |
| XYZ | 4.47 | 6 | 2.59 | - |
| YUV | 64.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 36 | 0.25 | 0 | 0.52 | 0.71 | 89.23 | 0.35 | 0.22 |
| Hex | 38 | 4B | 24 | 19 | 0 | 34 | 47 | 59 | 23 | 16 |
| Octal | 70 | 113 | 44 | 31 | 0 | 64 | 107 | 131 | 43 | 26 |
| Binary | 111000 | 1001011 | 100100 | 11001 | 0 | 110100 | 1000111 | 1011001 | 100011 | 10110 |
Color Harmonies of #384B24
Complementary color
Monochromatic Colors of #384B24
Black with #384B24
Text Example
Text Example
White with #384B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B24; }
p { color: rgb(56,75,36); }
H1.HeaderClassName
{
color: #384B24;
}
.AnyTagClassName
{
color: #384B24;
}
</style>
background-color css
<style>
a { background-color: #384B24; }
a { background-color: rgb(56,75,36); }
div.DivClassName
{
background-color: #384B24;
}
.BgClassName
{
background-color: #384B24;
}
</style>
border-color css
<style>
span { border-color: #384B24; }
span { border-color: rgb(56,75,36); }
td.TdClassName
{
border-color: #384B24;
}
.TagClassName
{
border-color: #384B24;
}
</style>