Shades of Seaweed #3D472C
Tints of Seaweed #3D472C
RGB
CMYK
RGB Variations
Color information
#3D472C (or 0x3D472C) is known color: Seaweed. HEX triplet: 3D, 47 and 2C. RGB value is (61,71,44). Sum of RGB (Red+Green+Blue) = 61+71+44=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 71 - color contains mainly: green. Hex color #3D472C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D472C is #C2B8D3. Grayscale: #414141. Windows color (decimal): -12761300 or 2901821. OLE color: 2901821.
HSL color Cylindrical-coordinate representation of color #3D472C: 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 #3D472C is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 71 | 44 | - |
| 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.63 | 5.68 | 3.24 | - |
| YUV | 64.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 44 | 0.14 | 0 | 0.38 | 0.72 | 82.22 | 0.23 | 0.23 |
| Hex | 3D | 47 | 2C | E | 0 | 26 | 48 | 52 | 17 | 17 |
| Octal | 75 | 107 | 54 | 16 | 0 | 46 | 110 | 122 | 27 | 27 |
| Binary | 111101 | 1000111 | 101100 | 1110 | 0 | 100110 | 1001000 | 1010010 | 10111 | 10111 |
Color Harmonies of #3D472C
Complementary color
Monochromatic Colors of #3D472C
Black with #3D472C
Text Example
Text Example
White with #3D472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D472C; }
p { color: rgb(61,71,44); }
H1.HeaderClassName
{
color: #3D472C;
}
.AnyTagClassName
{
color: #3D472C;
}
</style>
background-color css
<style>
a { background-color: #3D472C; }
a { background-color: rgb(61,71,44); }
div.DivClassName
{
background-color: #3D472C;
}
.BgClassName
{
background-color: #3D472C;
}
</style>
border-color css
<style>
span { border-color: #3D472C; }
span { border-color: rgb(61,71,44); }
td.TdClassName
{
border-color: #3D472C;
}
.TagClassName
{
border-color: #3D472C;
}
</style>