Shades of Green Kelp #3D4126
Tints of Green Kelp #3D4126
RGB
CMYK
RGB Variations
Color information
#3D4126 (or 0x3D4126) is known color: Green Kelp. HEX triplet: 3D, 41 and 26. RGB value is (61,65,38). Sum of RGB (Red+Green+Blue) = 61+65+38=164 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.20% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 65 - color contains mainly: green. Hex color #3D4126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4126 is #C2BED9. Grayscale: #3C3C3C. Windows color (decimal): -12762842 or 2507069. OLE color: 2507069.
HSL color Cylindrical-coordinate representation of color #3D4126: hue angle of 68.89º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3D4126 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 65 | 38 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.75 |
| HSL | 68.89º | 0.26% | 0.2% | - |
| HSV(B) | 68.89º | 0.42% | 0.25% | - |
| XYZ | 4.16 | 4.91 | 2.56 | - |
| YUV | 60.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 65 | 38 | 0.06 | 0 | 0.42 | 0.75 | 68.89 | 0.26 | 0.2 |
| Hex | 3D | 41 | 26 | 6 | 0 | 2A | 4B | 45 | 1A | 14 |
| Octal | 75 | 101 | 46 | 6 | 0 | 52 | 113 | 105 | 32 | 24 |
| Binary | 111101 | 1000001 | 100110 | 110 | 0 | 101010 | 1001011 | 1000101 | 11010 | 10100 |
Color Harmonies of #3D4126
Complementary color
Monochromatic Colors of #3D4126
Black with #3D4126
Text Example
Text Example
White with #3D4126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4126; }
p { color: rgb(61,65,38); }
H1.HeaderClassName
{
color: #3D4126;
}
.AnyTagClassName
{
color: #3D4126;
}
</style>
background-color css
<style>
a { background-color: #3D4126; }
a { background-color: rgb(61,65,38); }
div.DivClassName
{
background-color: #3D4126;
}
.BgClassName
{
background-color: #3D4126;
}
</style>
border-color css
<style>
span { border-color: #3D4126; }
span { border-color: rgb(61,65,38); }
td.TdClassName
{
border-color: #3D4126;
}
.TagClassName
{
border-color: #3D4126;
}
</style>