Shades of Seaweed #38402E
Tints of Seaweed #38402E
RGB
CMYK
RGB Variations
Color information
#38402E (or 0x38402E) is known color: Seaweed. HEX triplet: 38, 40 and 2E. RGB value is (56,64,46). Sum of RGB (Red+Green+Blue) = 56+64+46=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 64 - color contains mainly: green. Hex color #38402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38402E is #C7BFD1. Grayscale: #3B3B3B. Windows color (decimal): -13090770 or 3031096. OLE color: 3031096.
HSL color Cylindrical-coordinate representation of color #38402E: hue angle of 86.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #38402E is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 64 | 46 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.75 |
| HSL | 86.67º | 0.16% | 0.22% | - |
| HSV(B) | 86.67º | 0.28% | 0.25% | - |
| XYZ | 3.96 | 4.7 | 3.28 | - |
| YUV | 59.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 64 | 46 | 0.13 | 0 | 0.28 | 0.75 | 86.67 | 0.16 | 0.22 |
| Hex | 38 | 40 | 2E | D | 0 | 1C | 4B | 57 | 10 | 16 |
| Octal | 70 | 100 | 56 | 15 | 0 | 34 | 113 | 127 | 20 | 26 |
| Binary | 111000 | 1000000 | 101110 | 1101 | 0 | 11100 | 1001011 | 1010111 | 10000 | 10110 |
Color Harmonies of #38402E
Complementary color
Monochromatic Colors of #38402E
Black with #38402E
Text Example
Text Example
White with #38402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38402E; }
p { color: rgb(56,64,46); }
H1.HeaderClassName
{
color: #38402E;
}
.AnyTagClassName
{
color: #38402E;
}
</style>
background-color css
<style>
a { background-color: #38402E; }
a { background-color: rgb(56,64,46); }
div.DivClassName
{
background-color: #38402E;
}
.BgClassName
{
background-color: #38402E;
}
</style>
border-color css
<style>
span { border-color: #38402E; }
span { border-color: rgb(56,64,46); }
td.TdClassName
{
border-color: #38402E;
}
.TagClassName
{
border-color: #38402E;
}
</style>