Shades of Seaweed #384625
Tints of Seaweed #384625
RGB
CMYK
RGB Variations
Color information
#384625 (or 0x384625) is known color: Seaweed. HEX triplet: 38, 46 and 25. RGB value is (56,70,37). Sum of RGB (Red+Green+Blue) = 56+70+37=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 70 - color contains mainly: green. Hex color #384625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384625 is #C7B9DA. Grayscale: #3E3E3E. Windows color (decimal): -13089243 or 2442808. OLE color: 2442808.
HSL color Cylindrical-coordinate representation of color #384625: hue angle of 85.45º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #384625 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 70 | 37 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.73 |
| HSL | 85.45º | 0.31% | 0.21% | - |
| HSV(B) | 85.45º | 0.47% | 0.27% | - |
| XYZ | 4.15 | 5.35 | 2.56 | - |
| YUV | 62.05 | 113.86 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 37 | 0.20 | 0 | 0.47 | 0.73 | 85.45 | 0.31 | 0.21 |
| Hex | 38 | 46 | 25 | 14 | 0 | 2F | 49 | 55 | 1F | 15 |
| Octal | 70 | 106 | 45 | 24 | 0 | 57 | 111 | 125 | 37 | 25 |
| Binary | 111000 | 1000110 | 100101 | 10100 | 0 | 101111 | 1001001 | 1010101 | 11111 | 10101 |
Color Harmonies of #384625
Complementary color
Monochromatic Colors of #384625
Black with #384625
Text Example
Text Example
White with #384625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384625; }
p { color: rgb(56,70,37); }
H1.HeaderClassName
{
color: #384625;
}
.AnyTagClassName
{
color: #384625;
}
</style>
background-color css
<style>
a { background-color: #384625; }
a { background-color: rgb(56,70,37); }
div.DivClassName
{
background-color: #384625;
}
.BgClassName
{
background-color: #384625;
}
</style>
border-color css
<style>
span { border-color: #384625; }
span { border-color: rgb(56,70,37); }
td.TdClassName
{
border-color: #384625;
}
.TagClassName
{
border-color: #384625;
}
</style>