Shades of Seaweed #38412E
Tints of Seaweed #38412E
RGB
CMYK
RGB Variations
Color information
#38412E (or 0x38412E) is known color: Seaweed. HEX triplet: 38, 41 and 2E. RGB value is (56,65,46). Sum of RGB (Red+Green+Blue) = 56+65+46=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 65 - color contains mainly: green. Hex color #38412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38412E is #C7BED1. Grayscale: #3C3C3C. Windows color (decimal): -13090514 or 3031352. OLE color: 3031352.
HSL color Cylindrical-coordinate representation of color #38412E: hue angle of 88.42º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #38412E is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 65 | 46 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.75 |
| HSL | 88.42º | 0.17% | 0.22% | - |
| HSV(B) | 88.42º | 0.29% | 0.25% | - |
| XYZ | 4.01 | 4.82 | 3.3 | - |
| YUV | 60.14 | 120.02 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 65 | 46 | 0.14 | 0 | 0.29 | 0.75 | 88.42 | 0.17 | 0.22 |
| Hex | 38 | 41 | 2E | E | 0 | 1D | 4B | 58 | 11 | 16 |
| Octal | 70 | 101 | 56 | 16 | 0 | 35 | 113 | 130 | 21 | 26 |
| Binary | 111000 | 1000001 | 101110 | 1110 | 0 | 11101 | 1001011 | 1011000 | 10001 | 10110 |
Color Harmonies of #38412E
Complementary color
Monochromatic Colors of #38412E
Black with #38412E
Text Example
Text Example
White with #38412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38412E; }
p { color: rgb(56,65,46); }
H1.HeaderClassName
{
color: #38412E;
}
.AnyTagClassName
{
color: #38412E;
}
</style>
background-color css
<style>
a { background-color: #38412E; }
a { background-color: rgb(56,65,46); }
div.DivClassName
{
background-color: #38412E;
}
.BgClassName
{
background-color: #38412E;
}
</style>
border-color css
<style>
span { border-color: #38412E; }
span { border-color: rgb(56,65,46); }
td.TdClassName
{
border-color: #38412E;
}
.TagClassName
{
border-color: #38412E;
}
</style>