Shades of Seaweed #384C23
Tints of Seaweed #384C23
RGB
CMYK
RGB Variations
Color information
#384C23 (or 0x384C23) is known color: Seaweed. HEX triplet: 38, 4C and 23. RGB value is (56,76,35). Sum of RGB (Red+Green+Blue) = 56+76+35=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 76 - color contains mainly: green. Hex color #384C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384C23 is #C7B3DC. Grayscale: #414141. Windows color (decimal): -13087709 or 2313272. OLE color: 2313272.
HSL color Cylindrical-coordinate representation of color #384C23: hue angle of 89.27º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #384C23 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 76 | 35 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.70 |
| HSL | 89.27º | 0.37% | 0.22% | - |
| HSV(B) | 89.27º | 0.54% | 0.3% | - |
| XYZ | 4.52 | 6.13 | 2.54 | - |
| YUV | 65.35 | 110.87 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 35 | 0.26 | 0 | 0.54 | 0.70 | 89.27 | 0.37 | 0.22 |
| Hex | 38 | 4C | 23 | 1A | 0 | 36 | 46 | 59 | 25 | 16 |
| Octal | 70 | 114 | 43 | 32 | 0 | 66 | 106 | 131 | 45 | 26 |
| Binary | 111000 | 1001100 | 100011 | 11010 | 0 | 110110 | 1000110 | 1011001 | 100101 | 10110 |
Color Harmonies of #384C23
Complementary color
Monochromatic Colors of #384C23
Black with #384C23
Text Example
Text Example
White with #384C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384C23; }
p { color: rgb(56,76,35); }
H1.HeaderClassName
{
color: #384C23;
}
.AnyTagClassName
{
color: #384C23;
}
</style>
background-color css
<style>
a { background-color: #384C23; }
a { background-color: rgb(56,76,35); }
div.DivClassName
{
background-color: #384C23;
}
.BgClassName
{
background-color: #384C23;
}
</style>
border-color css
<style>
span { border-color: #384C23; }
span { border-color: rgb(56,76,35); }
td.TdClassName
{
border-color: #384C23;
}
.TagClassName
{
border-color: #384C23;
}
</style>