Shades of Seaweed #3D4C26
Tints of Seaweed #3D4C26
RGB
CMYK
RGB Variations
Color information
#3D4C26 (or 0x3D4C26) is known color: Seaweed. HEX triplet: 3D, 4C and 26. RGB value is (61,76,38). Sum of RGB (Red+Green+Blue) = 61+76+38=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 76 - color contains mainly: green. Hex color #3D4C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4C26 is #C2B3D9. Grayscale: #434343. Windows color (decimal): -12760026 or 2509885. OLE color: 2509885.
HSL color Cylindrical-coordinate representation of color #3D4C26: hue angle of 83.68º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D4C26 is Cyan = 0.20, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 76 | 38 | - |
| CMYK | 0.20 | 0 | 0.5 | 0.70 |
| HSL | 83.68º | 0.33% | 0.22% | - |
| HSV(B) | 83.68º | 0.5% | 0.3% | - |
| XYZ | 4.86 | 6.3 | 2.79 | - |
| YUV | 67.18 | 111.53 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 76 | 38 | 0.20 | 0 | 0.5 | 0.70 | 83.68 | 0.33 | 0.22 |
| Hex | 3D | 4C | 26 | 14 | 0 | 32 | 46 | 54 | 21 | 16 |
| Octal | 75 | 114 | 46 | 24 | 0 | 62 | 106 | 124 | 41 | 26 |
| Binary | 111101 | 1001100 | 100110 | 10100 | 0 | 110010 | 1000110 | 1010100 | 100001 | 10110 |
Color Harmonies of #3D4C26
Complementary color
Monochromatic Colors of #3D4C26
Black with #3D4C26
Text Example
Text Example
White with #3D4C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4C26; }
p { color: rgb(61,76,38); }
H1.HeaderClassName
{
color: #3D4C26;
}
.AnyTagClassName
{
color: #3D4C26;
}
</style>
background-color css
<style>
a { background-color: #3D4C26; }
a { background-color: rgb(61,76,38); }
div.DivClassName
{
background-color: #3D4C26;
}
.BgClassName
{
background-color: #3D4C26;
}
</style>
border-color css
<style>
span { border-color: #3D4C26; }
span { border-color: rgb(61,76,38); }
td.TdClassName
{
border-color: #3D4C26;
}
.TagClassName
{
border-color: #3D4C26;
}
</style>