Shades of Seaweed #384927
Tints of Seaweed #384927
RGB
CMYK
RGB Variations
Color information
#384927 (or 0x384927) is known color: Seaweed. HEX triplet: 38, 49 and 27. RGB value is (56,73,39). Sum of RGB (Red+Green+Blue) = 56+73+39=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 73 - color contains mainly: green. Hex color #384927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384927 is #C7B6D8. Grayscale: #404040. Windows color (decimal): -13088473 or 2574648. OLE color: 2574648.
HSL color Cylindrical-coordinate representation of color #384927: hue angle of 90º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #384927 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 73 | 39 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.71 |
| HSL | 90º | 0.3% | 0.22% | - |
| HSV(B) | 90º | 0.47% | 0.29% | - |
| XYZ | 4.38 | 5.75 | 2.8 | - |
| YUV | 64.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 73 | 39 | 0.23 | 0 | 0.47 | 0.71 | 90 | 0.3 | 0.22 |
| Hex | 38 | 49 | 27 | 17 | 0 | 2F | 47 | 5A | 1E | 16 |
| Octal | 70 | 111 | 47 | 27 | 0 | 57 | 107 | 132 | 36 | 26 |
| Binary | 111000 | 1001001 | 100111 | 10111 | 0 | 101111 | 1000111 | 1011010 | 11110 | 10110 |
Color Harmonies of #384927
Complementary color
Monochromatic Colors of #384927
Black with #384927
Text Example
Text Example
White with #384927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384927; }
p { color: rgb(56,73,39); }
H1.HeaderClassName
{
color: #384927;
}
.AnyTagClassName
{
color: #384927;
}
</style>
background-color css
<style>
a { background-color: #384927; }
a { background-color: rgb(56,73,39); }
div.DivClassName
{
background-color: #384927;
}
.BgClassName
{
background-color: #384927;
}
</style>
border-color css
<style>
span { border-color: #384927; }
span { border-color: rgb(56,73,39); }
td.TdClassName
{
border-color: #384927;
}
.TagClassName
{
border-color: #384927;
}
</style>