Shades of Seaweed #385022
Tints of Seaweed #385022
RGB
CMYK
RGB Variations
Color information
#385022 (or 0x385022) is known color: Seaweed. HEX triplet: 38, 50 and 22. RGB value is (56,80,34). Sum of RGB (Red+Green+Blue) = 56+80+34=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 80 - color contains mainly: green. Hex color #385022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385022 is #C7AFDD. Grayscale: #434343. Windows color (decimal): -13086686 or 2248760. OLE color: 2248760.
HSL color Cylindrical-coordinate representation of color #385022: hue angle of 91.3º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #385022 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 80 | 34 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.69 |
| HSL | 91.3º | 0.4% | 0.22% | - |
| HSV(B) | 91.3º | 0.58% | 0.31% | - |
| XYZ | 4.79 | 6.69 | 2.55 | - |
| YUV | 67.58 | 109.05 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 80 | 34 | 0.30 | 0 | 0.58 | 0.69 | 91.3 | 0.4 | 0.22 |
| Hex | 38 | 50 | 22 | 1E | 0 | 3A | 45 | 5B | 28 | 16 |
| Octal | 70 | 120 | 42 | 36 | 0 | 72 | 105 | 133 | 50 | 26 |
| Binary | 111000 | 1010000 | 100010 | 11110 | 0 | 111010 | 1000101 | 1011011 | 101000 | 10110 |
Color Harmonies of #385022
Complementary color
Monochromatic Colors of #385022
Black with #385022
Text Example
Text Example
White with #385022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385022; }
p { color: rgb(56,80,34); }
H1.HeaderClassName
{
color: #385022;
}
.AnyTagClassName
{
color: #385022;
}
</style>
background-color css
<style>
a { background-color: #385022; }
a { background-color: rgb(56,80,34); }
div.DivClassName
{
background-color: #385022;
}
.BgClassName
{
background-color: #385022;
}
</style>
border-color css
<style>
span { border-color: #385022; }
span { border-color: rgb(56,80,34); }
td.TdClassName
{
border-color: #385022;
}
.TagClassName
{
border-color: #385022;
}
</style>