Shades of Scrub #3E4035
Tints of Scrub #3E4035
RGB
CMYK
RGB Variations
Color information
#3E4035 (or 0x3E4035) is known color: Scrub. HEX triplet: 3E, 40 and 35. RGB value is (62,64,53). Sum of RGB (Red+Green+Blue) = 62+64+53=179 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.64% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 64 - color contains mainly: green. Hex color #3E4035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4035 is #C1BFCA. Grayscale: #3E3E3E. Windows color (decimal): -12697547 or 3489854. OLE color: 3489854.
HSL color Cylindrical-coordinate representation of color #3E4035: hue angle of 70.91º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3E4035 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 64 | 53 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.75 |
| HSL | 70.91º | 0.09% | 0.23% | - |
| HSV(B) | 70.91º | 0.17% | 0.25% | - |
| XYZ | 4.46 | 4.95 | 4.09 | - |
| YUV | 62.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 53 | 0.03 | 0 | 0.17 | 0.75 | 70.91 | 0.09 | 0.23 |
| Hex | 3E | 40 | 35 | 3 | 0 | 11 | 4B | 47 | 9 | 17 |
| Octal | 76 | 100 | 65 | 3 | 0 | 21 | 113 | 107 | 11 | 27 |
| Binary | 111110 | 1000000 | 110101 | 11 | 0 | 10001 | 1001011 | 1000111 | 1001 | 10111 |
Color Harmonies of #3E4035
Complementary color
Monochromatic Colors of #3E4035
Black with #3E4035
Text Example
Text Example
White with #3E4035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4035; }
p { color: rgb(62,64,53); }
H1.HeaderClassName
{
color: #3E4035;
}
.AnyTagClassName
{
color: #3E4035;
}
</style>
background-color css
<style>
a { background-color: #3E4035; }
a { background-color: rgb(62,64,53); }
div.DivClassName
{
background-color: #3E4035;
}
.BgClassName
{
background-color: #3E4035;
}
</style>
border-color css
<style>
span { border-color: #3E4035; }
span { border-color: rgb(62,64,53); }
td.TdClassName
{
border-color: #3E4035;
}
.TagClassName
{
border-color: #3E4035;
}
</style>