Shades of Seaweed #385219
Tints of Seaweed #385219
RGB
CMYK
RGB Variations
Color information
#385219 (or 0x385219) is known color: Seaweed. HEX triplet: 38, 52 and 19. RGB value is (56,82,25). Sum of RGB (Red+Green+Blue) = 56+82+25=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #385219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385219 is #C7ADE6. Grayscale: #434343. Windows color (decimal): -13086183 or 1659448. OLE color: 1659448.
HSL color Cylindrical-coordinate representation of color #385219: hue angle of 87.37º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #385219 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 82 | 25 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.68 |
| HSL | 87.37º | 0.53% | 0.21% | - |
| HSV(B) | 87.37º | 0.7% | 0.32% | - |
| XYZ | 4.82 | 6.95 | 2.01 | - |
| YUV | 67.73 | 103.89 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 82 | 25 | 0.32 | 0 | 0.70 | 0.68 | 87.37 | 0.53 | 0.21 |
| Hex | 38 | 52 | 19 | 20 | 0 | 46 | 44 | 57 | 35 | 15 |
| Octal | 70 | 122 | 31 | 40 | 0 | 106 | 104 | 127 | 65 | 25 |
| Binary | 111000 | 1010010 | 11001 | 100000 | 0 | 1000110 | 1000100 | 1010111 | 110101 | 10101 |
Color Harmonies of #385219
Complementary color
Monochromatic Colors of #385219
Black with #385219
Text Example
Text Example
White with #385219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385219; }
p { color: rgb(56,82,25); }
H1.HeaderClassName
{
color: #385219;
}
.AnyTagClassName
{
color: #385219;
}
</style>
background-color css
<style>
a { background-color: #385219; }
a { background-color: rgb(56,82,25); }
div.DivClassName
{
background-color: #385219;
}
.BgClassName
{
background-color: #385219;
}
</style>
border-color css
<style>
span { border-color: #385219; }
span { border-color: rgb(56,82,25); }
td.TdClassName
{
border-color: #385219;
}
.TagClassName
{
border-color: #385219;
}
</style>