Shades of Scrub #3E4132
Tints of Scrub #3E4132
RGB
CMYK
RGB Variations
Color information
#3E4132 (or 0x3E4132) is known color: Scrub. HEX triplet: 3E, 41 and 32. RGB value is (62,65,50). Sum of RGB (Red+Green+Blue) = 62+65+50=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 65 - color contains mainly: green. Hex color #3E4132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4132 is #C1BECD. Grayscale: #3E3E3E. Windows color (decimal): -12697294 or 3293502. OLE color: 3293502.
HSL color Cylindrical-coordinate representation of color #3E4132: hue angle of 72º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3E4132 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 65 | 50 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.75 |
| HSL | 72º | 0.13% | 0.23% | - |
| HSV(B) | 72º | 0.23% | 0.25% | - |
| XYZ | 4.45 | 5.04 | 3.75 | - |
| YUV | 62.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 50 | 0.05 | 0 | 0.23 | 0.75 | 72 | 0.13 | 0.23 |
| Hex | 3E | 41 | 32 | 5 | 0 | 17 | 4B | 48 | D | 17 |
| Octal | 76 | 101 | 62 | 5 | 0 | 27 | 113 | 110 | 15 | 27 |
| Binary | 111110 | 1000001 | 110010 | 101 | 0 | 10111 | 1001011 | 1001000 | 1101 | 10111 |
Color Harmonies of #3E4132
Complementary color
Monochromatic Colors of #3E4132
Black with #3E4132
Text Example
Text Example
White with #3E4132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4132; }
p { color: rgb(62,65,50); }
H1.HeaderClassName
{
color: #3E4132;
}
.AnyTagClassName
{
color: #3E4132;
}
</style>
background-color css
<style>
a { background-color: #3E4132; }
a { background-color: rgb(62,65,50); }
div.DivClassName
{
background-color: #3E4132;
}
.BgClassName
{
background-color: #3E4132;
}
</style>
border-color css
<style>
span { border-color: #3E4132; }
span { border-color: rgb(62,65,50); }
td.TdClassName
{
border-color: #3E4132;
}
.TagClassName
{
border-color: #3E4132;
}
</style>