Shades of Seaweed #3E482D
Tints of Seaweed #3E482D
RGB
CMYK
RGB Variations
Color information
#3E482D (or 0x3E482D) is known color: Seaweed. HEX triplet: 3E, 48 and 2D. RGB value is (62,72,45). Sum of RGB (Red+Green+Blue) = 62+72+45=179 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.64% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 72 - color contains mainly: green. Hex color #3E482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E482D is #C1B7D2. Grayscale: #424242. Windows color (decimal): -12695507 or 2967614. OLE color: 2967614.
HSL color Cylindrical-coordinate representation of color #3E482D: hue angle of 82.22º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3E482D is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 72 | 45 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.72 |
| HSL | 82.22º | 0.23% | 0.23% | - |
| HSV(B) | 82.22º | 0.38% | 0.28% | - |
| XYZ | 4.78 | 5.85 | 3.36 | - |
| YUV | 65.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 72 | 45 | 0.14 | 0 | 0.38 | 0.72 | 82.22 | 0.23 | 0.23 |
| Hex | 3E | 48 | 2D | E | 0 | 26 | 48 | 52 | 17 | 17 |
| Octal | 76 | 110 | 55 | 16 | 0 | 46 | 110 | 122 | 27 | 27 |
| Binary | 111110 | 1001000 | 101101 | 1110 | 0 | 100110 | 1001000 | 1010010 | 10111 | 10111 |
Color Harmonies of #3E482D
Complementary color
Monochromatic Colors of #3E482D
Black with #3E482D
Text Example
Text Example
White with #3E482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E482D; }
p { color: rgb(62,72,45); }
H1.HeaderClassName
{
color: #3E482D;
}
.AnyTagClassName
{
color: #3E482D;
}
</style>
background-color css
<style>
a { background-color: #3E482D; }
a { background-color: rgb(62,72,45); }
div.DivClassName
{
background-color: #3E482D;
}
.BgClassName
{
background-color: #3E482D;
}
</style>
border-color css
<style>
span { border-color: #3E482D; }
span { border-color: rgb(62,72,45); }
td.TdClassName
{
border-color: #3E482D;
}
.TagClassName
{
border-color: #3E482D;
}
</style>