Shades of Seaweed #384127
Tints of Seaweed #384127
RGB
CMYK
RGB Variations
Color information
#384127 (or 0x384127) is known color: Seaweed. HEX triplet: 38, 41 and 27. RGB value is (56,65,39). Sum of RGB (Red+Green+Blue) = 56+65+39=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 65 (25.78% from 255 or 40.62% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 65 - color contains mainly: green. Hex color #384127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384127 is #C7BED8. Grayscale: #3B3B3B. Windows color (decimal): -13090521 or 2572600. OLE color: 2572600.
HSL color Cylindrical-coordinate representation of color #384127: hue angle of 80.77º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #384127 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 65 | 39 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.75 |
| HSL | 80.77º | 0.25% | 0.2% | - |
| HSV(B) | 80.77º | 0.4% | 0.25% | - |
| XYZ | 3.89 | 4.77 | 2.63 | - |
| YUV | 59.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 39 | 0.14 | 0 | 0.40 | 0.75 | 80.77 | 0.25 | 0.2 |
| Hex | 38 | 41 | 27 | E | 0 | 28 | 4B | 51 | 19 | 14 |
| Octal | 70 | 101 | 47 | 16 | 0 | 50 | 113 | 121 | 31 | 24 |
| Binary | 111000 | 1000001 | 100111 | 1110 | 0 | 101000 | 1001011 | 1010001 | 11001 | 10100 |
Color Harmonies of #384127
Complementary color
Monochromatic Colors of #384127
Black with #384127
Text Example
Text Example
White with #384127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384127; }
p { color: rgb(56,65,39); }
H1.HeaderClassName
{
color: #384127;
}
.AnyTagClassName
{
color: #384127;
}
</style>
background-color css
<style>
a { background-color: #384127; }
a { background-color: rgb(56,65,39); }
div.DivClassName
{
background-color: #384127;
}
.BgClassName
{
background-color: #384127;
}
</style>
border-color css
<style>
span { border-color: #384127; }
span { border-color: rgb(56,65,39); }
td.TdClassName
{
border-color: #384127;
}
.TagClassName
{
border-color: #384127;
}
</style>