Shades of Seaweed #3D4C2A
Tints of Seaweed #3D4C2A
RGB
CMYK
RGB Variations
Color information
#3D4C2A (or 0x3D4C2A) is known color: Seaweed. HEX triplet: 3D, 4C and 2A. RGB value is (61,76,42). Sum of RGB (Red+Green+Blue) = 61+76+42=179 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.08% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 76 - color contains mainly: green. Hex color #3D4C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4C2A is #C2B3D5. Grayscale: #434343. Windows color (decimal): -12760022 or 2772029. OLE color: 2772029.
HSL color Cylindrical-coordinate representation of color #3D4C2A: hue angle of 86.47º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D4C2A is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 76 | 42 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.70 |
| HSL | 86.47º | 0.29% | 0.23% | - |
| HSV(B) | 86.47º | 0.45% | 0.3% | - |
| XYZ | 4.93 | 6.33 | 3.15 | - |
| YUV | 67.64 | 113.53 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 76 | 42 | 0.20 | 0 | 0.45 | 0.70 | 86.47 | 0.29 | 0.23 |
| Hex | 3D | 4C | 2A | 14 | 0 | 2D | 46 | 56 | 1D | 17 |
| Octal | 75 | 114 | 52 | 24 | 0 | 55 | 106 | 126 | 35 | 27 |
| Binary | 111101 | 1001100 | 101010 | 10100 | 0 | 101101 | 1000110 | 1010110 | 11101 | 10111 |
Color Harmonies of #3D4C2A
Complementary color
Monochromatic Colors of #3D4C2A
Black with #3D4C2A
Text Example
Text Example
White with #3D4C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4C2A; }
p { color: rgb(61,76,42); }
H1.HeaderClassName
{
color: #3D4C2A;
}
.AnyTagClassName
{
color: #3D4C2A;
}
</style>
background-color css
<style>
a { background-color: #3D4C2A; }
a { background-color: rgb(61,76,42); }
div.DivClassName
{
background-color: #3D4C2A;
}
.BgClassName
{
background-color: #3D4C2A;
}
</style>
border-color css
<style>
span { border-color: #3D4C2A; }
span { border-color: rgb(61,76,42); }
td.TdClassName
{
border-color: #3D4C2A;
}
.TagClassName
{
border-color: #3D4C2A;
}
</style>