Shades of Seaweed #385118
Tints of Seaweed #385118
RGB
CMYK
RGB Variations
Color information
#385118 (or 0x385118) is known color: Seaweed. HEX triplet: 38, 51 and 18. RGB value is (56,81,24). Sum of RGB (Red+Green+Blue) = 56+81+24=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #385118 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385118 is #C7AEE7. Grayscale: #434343. Windows color (decimal): -13086440 or 1593656. OLE color: 1593656.
HSL color Cylindrical-coordinate representation of color #385118: hue angle of 86.32º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #385118 is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 81 | 24 | - |
| CMYK | 0.31 | 0 | 0.70 | 0.68 |
| HSL | 86.32º | 0.54% | 0.21% | - |
| HSV(B) | 86.32º | 0.7% | 0.32% | - |
| XYZ | 4.74 | 6.79 | 1.93 | - |
| YUV | 67.03 | 103.72 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 81 | 24 | 0.31 | 0 | 0.70 | 0.68 | 86.32 | 0.54 | 0.21 |
| Hex | 38 | 51 | 18 | 1F | 0 | 46 | 44 | 56 | 36 | 15 |
| Octal | 70 | 121 | 30 | 37 | 0 | 106 | 104 | 126 | 66 | 25 |
| Binary | 111000 | 1010001 | 11000 | 11111 | 0 | 1000110 | 1000100 | 1010110 | 110110 | 10101 |
Color Harmonies of #385118
Complementary color
Monochromatic Colors of #385118
Black with #385118
Text Example
Text Example
White with #385118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385118; }
p { color: rgb(56,81,24); }
H1.HeaderClassName
{
color: #385118;
}
.AnyTagClassName
{
color: #385118;
}
</style>
background-color css
<style>
a { background-color: #385118; }
a { background-color: rgb(56,81,24); }
div.DivClassName
{
background-color: #385118;
}
.BgClassName
{
background-color: #385118;
}
</style>
border-color css
<style>
span { border-color: #385118; }
span { border-color: rgb(56,81,24); }
td.TdClassName
{
border-color: #385118;
}
.TagClassName
{
border-color: #385118;
}
</style>