Shades of Seaweed #384B1B
Tints of Seaweed #384B1B
RGB
CMYK
RGB Variations
Color information
#384B1B (or 0x384B1B) is known color: Seaweed. HEX triplet: 38, 4B and 1B. RGB value is (56,75,27). Sum of RGB (Red+Green+Blue) = 56+75+27=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 75 (29.69% from 255 or 47.47% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 75 - color contains mainly: green. Hex color #384B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384B1B is #C7B4E4. Grayscale: #404040. Windows color (decimal): -13087973 or 1788728. OLE color: 1788728.
HSL color Cylindrical-coordinate representation of color #384B1B: hue angle of 83.75º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #384B1B is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 75 | 27 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.71 |
| HSL | 83.75º | 0.47% | 0.2% | - |
| HSV(B) | 83.75º | 0.64% | 0.29% | - |
| XYZ | 4.34 | 5.95 | 1.96 | - |
| YUV | 63.85 | 107.21 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 27 | 0.25 | 0 | 0.64 | 0.71 | 83.75 | 0.47 | 0.2 |
| Hex | 38 | 4B | 1B | 19 | 0 | 40 | 47 | 54 | 2F | 14 |
| Octal | 70 | 113 | 33 | 31 | 0 | 100 | 107 | 124 | 57 | 24 |
| Binary | 111000 | 1001011 | 11011 | 11001 | 0 | 1000000 | 1000111 | 1010100 | 101111 | 10100 |
Color Harmonies of #384B1B
Complementary color
Monochromatic Colors of #384B1B
Black with #384B1B
Text Example
Text Example
White with #384B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B1B; }
p { color: rgb(56,75,27); }
H1.HeaderClassName
{
color: #384B1B;
}
.AnyTagClassName
{
color: #384B1B;
}
</style>
background-color css
<style>
a { background-color: #384B1B; }
a { background-color: rgb(56,75,27); }
div.DivClassName
{
background-color: #384B1B;
}
.BgClassName
{
background-color: #384B1B;
}
</style>
border-color css
<style>
span { border-color: #384B1B; }
span { border-color: rgb(56,75,27); }
td.TdClassName
{
border-color: #384B1B;
}
.TagClassName
{
border-color: #384B1B;
}
</style>