Shades of Seaweed #38481E
Tints of Seaweed #38481E
RGB
CMYK
RGB Variations
Color information
#38481E (or 0x38481E) is known color: Seaweed. HEX triplet: 38, 48 and 1E. RGB value is (56,72,30). Sum of RGB (Red+Green+Blue) = 56+72+30=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #38481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38481E is #C7B7E1. Grayscale: #3E3E3E. Windows color (decimal): -13088738 or 1984568. OLE color: 1984568.
HSL color Cylindrical-coordinate representation of color #38481E: hue angle of 82.86º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38481E is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 72 | 30 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.72 |
| HSL | 82.86º | 0.41% | 0.2% | - |
| HSV(B) | 82.86º | 0.58% | 0.28% | - |
| XYZ | 4.18 | 5.57 | 2.08 | - |
| YUV | 62.43 | 109.7 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 72 | 30 | 0.22 | 0 | 0.58 | 0.72 | 82.86 | 0.41 | 0.2 |
| Hex | 38 | 48 | 1E | 16 | 0 | 3A | 48 | 53 | 29 | 14 |
| Octal | 70 | 110 | 36 | 26 | 0 | 72 | 110 | 123 | 51 | 24 |
| Binary | 111000 | 1001000 | 11110 | 10110 | 0 | 111010 | 1001000 | 1010011 | 101001 | 10100 |
Color Harmonies of #38481E
Complementary color
Monochromatic Colors of #38481E
Black with #38481E
Text Example
Text Example
White with #38481E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38481E; }
p { color: rgb(56,72,30); }
H1.HeaderClassName
{
color: #38481E;
}
.AnyTagClassName
{
color: #38481E;
}
</style>
background-color css
<style>
a { background-color: #38481E; }
a { background-color: rgb(56,72,30); }
div.DivClassName
{
background-color: #38481E;
}
.BgClassName
{
background-color: #38481E;
}
</style>
border-color css
<style>
span { border-color: #38481E; }
span { border-color: rgb(56,72,30); }
td.TdClassName
{
border-color: #38481E;
}
.TagClassName
{
border-color: #38481E;
}
</style>