Shades of Seaweed #384229
Tints of Seaweed #384229
RGB
CMYK
RGB Variations
Color information
#384229 (or 0x384229) is known color: Seaweed. HEX triplet: 38, 42 and 29. RGB value is (56,66,41). Sum of RGB (Red+Green+Blue) = 56+66+41=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 66 - color contains mainly: green. Hex color #384229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384229 is #C7BDD6. Grayscale: #3C3C3C. Windows color (decimal): -13090263 or 2703928. OLE color: 2703928.
HSL color Cylindrical-coordinate representation of color #384229: hue angle of 84º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #384229 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 66 | 41 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.74 |
| HSL | 84º | 0.23% | 0.21% | - |
| HSV(B) | 84º | 0.38% | 0.26% | - |
| XYZ | 3.98 | 4.9 | 2.83 | - |
| YUV | 60.16 | 117.19 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 41 | 0.15 | 0 | 0.38 | 0.74 | 84 | 0.23 | 0.21 |
| Hex | 38 | 42 | 29 | F | 0 | 26 | 4A | 54 | 17 | 15 |
| Octal | 70 | 102 | 51 | 17 | 0 | 46 | 112 | 124 | 27 | 25 |
| Binary | 111000 | 1000010 | 101001 | 1111 | 0 | 100110 | 1001010 | 1010100 | 10111 | 10101 |
Color Harmonies of #384229
Complementary color
Monochromatic Colors of #384229
Black with #384229
Text Example
Text Example
White with #384229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384229; }
p { color: rgb(56,66,41); }
H1.HeaderClassName
{
color: #384229;
}
.AnyTagClassName
{
color: #384229;
}
</style>
background-color css
<style>
a { background-color: #384229; }
a { background-color: rgb(56,66,41); }
div.DivClassName
{
background-color: #384229;
}
.BgClassName
{
background-color: #384229;
}
</style>
border-color css
<style>
span { border-color: #384229; }
span { border-color: rgb(56,66,41); }
td.TdClassName
{
border-color: #384229;
}
.TagClassName
{
border-color: #384229;
}
</style>