Shades of Seaweed #384C25
Tints of Seaweed #384C25
RGB
CMYK
RGB Variations
Color information
#384C25 (or 0x384C25) is known color: Seaweed. HEX triplet: 38, 4C and 25. RGB value is (56,76,37). Sum of RGB (Red+Green+Blue) = 56+76+37=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 76 - color contains mainly: green. Hex color #384C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384C25 is #C7B3DA. Grayscale: #414141. Windows color (decimal): -13087707 or 2444344. OLE color: 2444344.
HSL color Cylindrical-coordinate representation of color #384C25: hue angle of 90.77º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #384C25 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 76 | 37 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.70 |
| HSL | 90.77º | 0.35% | 0.22% | - |
| HSV(B) | 90.77º | 0.51% | 0.3% | - |
| XYZ | 4.55 | 6.14 | 2.7 | - |
| YUV | 65.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 76 | 37 | 0.26 | 0 | 0.51 | 0.70 | 90.77 | 0.35 | 0.22 |
| Hex | 38 | 4C | 25 | 1A | 0 | 33 | 46 | 5B | 23 | 16 |
| Octal | 70 | 114 | 45 | 32 | 0 | 63 | 106 | 133 | 43 | 26 |
| Binary | 111000 | 1001100 | 100101 | 11010 | 0 | 110011 | 1000110 | 1011011 | 100011 | 10110 |
Color Harmonies of #384C25
Complementary color
Monochromatic Colors of #384C25
Black with #384C25
Text Example
Text Example
White with #384C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384C25; }
p { color: rgb(56,76,37); }
H1.HeaderClassName
{
color: #384C25;
}
.AnyTagClassName
{
color: #384C25;
}
</style>
background-color css
<style>
a { background-color: #384C25; }
a { background-color: rgb(56,76,37); }
div.DivClassName
{
background-color: #384C25;
}
.BgClassName
{
background-color: #384C25;
}
</style>
border-color css
<style>
span { border-color: #384C25; }
span { border-color: rgb(56,76,37); }
td.TdClassName
{
border-color: #384C25;
}
.TagClassName
{
border-color: #384C25;
}
</style>