Shades of Seaweed #384922
Tints of Seaweed #384922
RGB
CMYK
RGB Variations
Color information
#384922 (or 0x384922) is known color: Seaweed. HEX triplet: 38, 49 and 22. RGB value is (56,73,34). Sum of RGB (Red+Green+Blue) = 56+73+34=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #384922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384922 is #C7B6DD. Grayscale: #3F3F3F. Windows color (decimal): -13088478 or 2246968. OLE color: 2246968.
HSL color Cylindrical-coordinate representation of color #384922: hue angle of 86.15º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #384922 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 73 | 34 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.71 |
| HSL | 86.15º | 0.36% | 0.21% | - |
| HSV(B) | 86.15º | 0.53% | 0.29% | - |
| XYZ | 4.3 | 5.72 | 2.39 | - |
| YUV | 63.47 | 111.37 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 34 | 0.23 | 0 | 0.53 | 0.71 | 86.15 | 0.36 | 0.21 |
| Hex | 38 | 49 | 22 | 17 | 0 | 35 | 47 | 56 | 24 | 15 |
| Octal | 70 | 111 | 42 | 27 | 0 | 65 | 107 | 126 | 44 | 25 |
| Binary | 111000 | 1001001 | 100010 | 10111 | 0 | 110101 | 1000111 | 1010110 | 100100 | 10101 |
Color Harmonies of #384922
Complementary color
Monochromatic Colors of #384922
Black with #384922
Text Example
Text Example
White with #384922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384922; }
p { color: rgb(56,73,34); }
H1.HeaderClassName
{
color: #384922;
}
.AnyTagClassName
{
color: #384922;
}
</style>
background-color css
<style>
a { background-color: #384922; }
a { background-color: rgb(56,73,34); }
div.DivClassName
{
background-color: #384922;
}
.BgClassName
{
background-color: #384922;
}
</style>
border-color css
<style>
span { border-color: #384922; }
span { border-color: rgb(56,73,34); }
td.TdClassName
{
border-color: #384922;
}
.TagClassName
{
border-color: #384922;
}
</style>