Shades of Green Kelp #3E4120
Tints of Green Kelp #3E4120
RGB
CMYK
RGB Variations
Color information
#3E4120 (or 0x3E4120) is known color: Green Kelp. HEX triplet: 3E, 41 and 20. RGB value is (62,65,32). Sum of RGB (Red+Green+Blue) = 62+65+32=159 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.99% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #3E4120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4120 is #C1BEDF. Grayscale: #3C3C3C. Windows color (decimal): -12697312 or 2113854. OLE color: 2113854.
HSL color Cylindrical-coordinate representation of color #3E4120: hue angle of 65.45º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E4120 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 65 | 32 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.75 |
| HSL | 65.45º | 0.34% | 0.19% | - |
| HSV(B) | 65.45º | 0.51% | 0.25% | - |
| XYZ | 4.14 | 4.91 | 2.1 | - |
| YUV | 60.34 | 112.01 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 32 | 0.05 | 0 | 0.51 | 0.75 | 65.45 | 0.34 | 0.19 |
| Hex | 3E | 41 | 20 | 5 | 0 | 33 | 4B | 41 | 22 | 13 |
| Octal | 76 | 101 | 40 | 5 | 0 | 63 | 113 | 101 | 42 | 23 |
| Binary | 111110 | 1000001 | 100000 | 101 | 0 | 110011 | 1001011 | 1000001 | 100010 | 10011 |
Color Harmonies of #3E4120
Complementary color
Monochromatic Colors of #3E4120
Black with #3E4120
Text Example
Text Example
White with #3E4120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4120; }
p { color: rgb(62,65,32); }
H1.HeaderClassName
{
color: #3E4120;
}
.AnyTagClassName
{
color: #3E4120;
}
</style>
background-color css
<style>
a { background-color: #3E4120; }
a { background-color: rgb(62,65,32); }
div.DivClassName
{
background-color: #3E4120;
}
.BgClassName
{
background-color: #3E4120;
}
</style>
border-color css
<style>
span { border-color: #3E4120; }
span { border-color: rgb(62,65,32); }
td.TdClassName
{
border-color: #3E4120;
}
.TagClassName
{
border-color: #3E4120;
}
</style>