Shades of Seaweed #384529
Tints of Seaweed #384529
RGB
CMYK
RGB Variations
Color information
#384529 (or 0x384529) is known color: Seaweed. HEX triplet: 38, 45 and 29. RGB value is (56,69,41). Sum of RGB (Red+Green+Blue) = 56+69+41=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 69 - color contains mainly: green. Hex color #384529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384529 is #C7BAD6. Grayscale: #3E3E3E. Windows color (decimal): -13089495 or 2704696. OLE color: 2704696.
HSL color Cylindrical-coordinate representation of color #384529: hue angle of 87.86º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #384529 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 69 | 41 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.73 |
| HSL | 87.86º | 0.25% | 0.22% | - |
| HSV(B) | 87.86º | 0.41% | 0.27% | - |
| XYZ | 4.16 | 5.26 | 2.89 | - |
| YUV | 61.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 69 | 41 | 0.19 | 0 | 0.41 | 0.73 | 87.86 | 0.25 | 0.22 |
| Hex | 38 | 45 | 29 | 13 | 0 | 29 | 49 | 58 | 19 | 16 |
| Octal | 70 | 105 | 51 | 23 | 0 | 51 | 111 | 130 | 31 | 26 |
| Binary | 111000 | 1000101 | 101001 | 10011 | 0 | 101001 | 1001001 | 1011000 | 11001 | 10110 |
Color Harmonies of #384529
Complementary color
Monochromatic Colors of #384529
Black with #384529
Text Example
Text Example
White with #384529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384529; }
p { color: rgb(56,69,41); }
H1.HeaderClassName
{
color: #384529;
}
.AnyTagClassName
{
color: #384529;
}
</style>
background-color css
<style>
a { background-color: #384529; }
a { background-color: rgb(56,69,41); }
div.DivClassName
{
background-color: #384529;
}
.BgClassName
{
background-color: #384529;
}
</style>
border-color css
<style>
span { border-color: #384529; }
span { border-color: rgb(56,69,41); }
td.TdClassName
{
border-color: #384529;
}
.TagClassName
{
border-color: #384529;
}
</style>