Shades of Seaweed #3D472D
Tints of Seaweed #3D472D
RGB
CMYK
RGB Variations
Color information
#3D472D (or 0x3D472D) is known color: Seaweed. HEX triplet: 3D, 47 and 2D. RGB value is (61,71,45). Sum of RGB (Red+Green+Blue) = 61+71+45=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 71 - color contains mainly: green. Hex color #3D472D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D472D is #C2B8D2. Grayscale: #414141. Windows color (decimal): -12761299 or 2967357. OLE color: 2967357.
HSL color Cylindrical-coordinate representation of color #3D472D: hue angle of 83.08º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3D472D is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 71 | 45 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.72 |
| HSL | 83.08º | 0.22% | 0.23% | - |
| HSV(B) | 83.08º | 0.37% | 0.28% | - |
| XYZ | 4.65 | 5.69 | 3.34 | - |
| YUV | 65.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 45 | 0.14 | 0 | 0.37 | 0.72 | 83.08 | 0.22 | 0.23 |
| Hex | 3D | 47 | 2D | E | 0 | 25 | 48 | 53 | 16 | 17 |
| Octal | 75 | 107 | 55 | 16 | 0 | 45 | 110 | 123 | 26 | 27 |
| Binary | 111101 | 1000111 | 101101 | 1110 | 0 | 100101 | 1001000 | 1010011 | 10110 | 10111 |
Color Harmonies of #3D472D
Complementary color
Monochromatic Colors of #3D472D
Black with #3D472D
Text Example
Text Example
White with #3D472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D472D; }
p { color: rgb(61,71,45); }
H1.HeaderClassName
{
color: #3D472D;
}
.AnyTagClassName
{
color: #3D472D;
}
</style>
background-color css
<style>
a { background-color: #3D472D; }
a { background-color: rgb(61,71,45); }
div.DivClassName
{
background-color: #3D472D;
}
.BgClassName
{
background-color: #3D472D;
}
</style>
border-color css
<style>
span { border-color: #3D472D; }
span { border-color: rgb(61,71,45); }
td.TdClassName
{
border-color: #3D472D;
}
.TagClassName
{
border-color: #3D472D;
}
</style>