Shades of Seaweed #385220
Tints of Seaweed #385220
RGB
CMYK
RGB Variations
Color information
#385220 (or 0x385220) is known color: Seaweed. HEX triplet: 38, 52 and 20. RGB value is (56,82,32). Sum of RGB (Red+Green+Blue) = 56+82+32=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #385220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385220 is #C7ADDF. Grayscale: #444444. Windows color (decimal): -13086176 or 2118200. OLE color: 2118200.
HSL color Cylindrical-coordinate representation of color #385220: hue angle of 91.2º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #385220 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 82 | 32 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.68 |
| HSL | 91.2º | 0.44% | 0.22% | - |
| HSV(B) | 91.2º | 0.61% | 0.32% | - |
| XYZ | 4.91 | 6.98 | 2.45 | - |
| YUV | 68.53 | 107.39 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 82 | 32 | 0.32 | 0 | 0.61 | 0.68 | 91.2 | 0.44 | 0.22 |
| Hex | 38 | 52 | 20 | 20 | 0 | 3D | 44 | 5B | 2C | 16 |
| Octal | 70 | 122 | 40 | 40 | 0 | 75 | 104 | 133 | 54 | 26 |
| Binary | 111000 | 1010010 | 100000 | 100000 | 0 | 111101 | 1000100 | 1011011 | 101100 | 10110 |
Color Harmonies of #385220
Complementary color
Monochromatic Colors of #385220
Black with #385220
Text Example
Text Example
White with #385220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385220; }
p { color: rgb(56,82,32); }
H1.HeaderClassName
{
color: #385220;
}
.AnyTagClassName
{
color: #385220;
}
</style>
background-color css
<style>
a { background-color: #385220; }
a { background-color: rgb(56,82,32); }
div.DivClassName
{
background-color: #385220;
}
.BgClassName
{
background-color: #385220;
}
</style>
border-color css
<style>
span { border-color: #385220; }
span { border-color: rgb(56,82,32); }
td.TdClassName
{
border-color: #385220;
}
.TagClassName
{
border-color: #385220;
}
</style>