Shades of Seaweed #383D32
Tints of Seaweed #383D32
RGB
CMYK
RGB Variations
Color information
#383D32 (or 0x383D32) is known color: Seaweed. HEX triplet: 38, 3D and 32. RGB value is (56,61,50). Sum of RGB (Red+Green+Blue) = 56+61+50=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 61 - color contains mainly: green. Hex color #383D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D32 is #C7C2CD. Grayscale: #3A3A3A. Windows color (decimal): -13091534 or 3292472. OLE color: 3292472.
HSL color Cylindrical-coordinate representation of color #383D32: hue angle of 87.27º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #383D32 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 61 | 50 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.76 |
| HSL | 87.27º | 0.1% | 0.22% | - |
| HSV(B) | 87.27º | 0.18% | 0.24% | - |
| XYZ | 3.88 | 4.41 | 3.66 | - |
| YUV | 58.25 | 123.34 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 50 | 0.08 | 0 | 0.18 | 0.76 | 87.27 | 0.1 | 0.22 |
| Hex | 38 | 3D | 32 | 8 | 0 | 12 | 4C | 57 | A | 16 |
| Octal | 70 | 75 | 62 | 10 | 0 | 22 | 114 | 127 | 12 | 26 |
| Binary | 111000 | 111101 | 110010 | 1000 | 0 | 10010 | 1001100 | 1010111 | 1010 | 10110 |
Color Harmonies of #383D32
Complementary color
Monochromatic Colors of #383D32
Black with #383D32
Text Example
Text Example
White with #383D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D32; }
p { color: rgb(56,61,50); }
H1.HeaderClassName
{
color: #383D32;
}
.AnyTagClassName
{
color: #383D32;
}
</style>
background-color css
<style>
a { background-color: #383D32; }
a { background-color: rgb(56,61,50); }
div.DivClassName
{
background-color: #383D32;
}
.BgClassName
{
background-color: #383D32;
}
</style>
border-color css
<style>
span { border-color: #383D32; }
span { border-color: rgb(56,61,50); }
td.TdClassName
{
border-color: #383D32;
}
.TagClassName
{
border-color: #383D32;
}
</style>