Shades of Seaweed #384624
Tints of Seaweed #384624
RGB
CMYK
RGB Variations
Color information
#384624 (or 0x384624) is known color: Seaweed. HEX triplet: 38, 46 and 24. RGB value is (56,70,36). Sum of RGB (Red+Green+Blue) = 56+70+36=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 70 - color contains mainly: green. Hex color #384624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384624 is #C7B9DB. Grayscale: #3E3E3E. Windows color (decimal): -13089244 or 2377272. OLE color: 2377272.
HSL color Cylindrical-coordinate representation of color #384624: hue angle of 84.71º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #384624 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 70 | 36 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.73 |
| HSL | 84.71º | 0.32% | 0.21% | - |
| HSV(B) | 84.71º | 0.49% | 0.27% | - |
| XYZ | 4.14 | 5.35 | 2.48 | - |
| YUV | 61.94 | 113.36 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 70 | 36 | 0.20 | 0 | 0.49 | 0.73 | 84.71 | 0.32 | 0.21 |
| Hex | 38 | 46 | 24 | 14 | 0 | 31 | 49 | 55 | 20 | 15 |
| Octal | 70 | 106 | 44 | 24 | 0 | 61 | 111 | 125 | 40 | 25 |
| Binary | 111000 | 1000110 | 100100 | 10100 | 0 | 110001 | 1001001 | 1010101 | 100000 | 10101 |
Color Harmonies of #384624
Complementary color
Monochromatic Colors of #384624
Black with #384624
Text Example
Text Example
White with #384624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384624; }
p { color: rgb(56,70,36); }
H1.HeaderClassName
{
color: #384624;
}
.AnyTagClassName
{
color: #384624;
}
</style>
background-color css
<style>
a { background-color: #384624; }
a { background-color: rgb(56,70,36); }
div.DivClassName
{
background-color: #384624;
}
.BgClassName
{
background-color: #384624;
}
</style>
border-color css
<style>
span { border-color: #384624; }
span { border-color: rgb(56,70,36); }
td.TdClassName
{
border-color: #384624;
}
.TagClassName
{
border-color: #384624;
}
</style>