Shades of Seaweed #384D24
Tints of Seaweed #384D24
RGB
CMYK
RGB Variations
Color information
#384D24 (or 0x384D24) is known color: Seaweed. HEX triplet: 38, 4D and 24. RGB value is (56,77,36). Sum of RGB (Red+Green+Blue) = 56+77+36=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 77 - color contains mainly: green. Hex color #384D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #384D24 is #C7B2DB. Grayscale: #424242. Windows color (decimal): -13087452 or 2379064. OLE color: 2379064.
HSL color Cylindrical-coordinate representation of color #384D24: hue angle of 90.73º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #384D24 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 77 | 36 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.70 |
| HSL | 90.73º | 0.36% | 0.22% | - |
| HSV(B) | 90.73º | 0.53% | 0.3% | - |
| XYZ | 4.6 | 6.28 | 2.64 | - |
| YUV | 66.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 36 | 0.27 | 0 | 0.53 | 0.70 | 90.73 | 0.36 | 0.22 |
| Hex | 38 | 4D | 24 | 1B | 0 | 35 | 46 | 5B | 24 | 16 |
| Octal | 70 | 115 | 44 | 33 | 0 | 65 | 106 | 133 | 44 | 26 |
| Binary | 111000 | 1001101 | 100100 | 11011 | 0 | 110101 | 1000110 | 1011011 | 100100 | 10110 |
Color Harmonies of #384D24
Complementary color
Monochromatic Colors of #384D24
Black with #384D24
Text Example
Text Example
White with #384D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384D24; }
p { color: rgb(56,77,36); }
H1.HeaderClassName
{
color: #384D24;
}
.AnyTagClassName
{
color: #384D24;
}
</style>
background-color css
<style>
a { background-color: #384D24; }
a { background-color: rgb(56,77,36); }
div.DivClassName
{
background-color: #384D24;
}
.BgClassName
{
background-color: #384D24;
}
</style>
border-color css
<style>
span { border-color: #384D24; }
span { border-color: rgb(56,77,36); }
td.TdClassName
{
border-color: #384D24;
}
.TagClassName
{
border-color: #384D24;
}
</style>