Shades of Scrub #404631
Tints of Scrub #404631
RGB
CMYK
RGB Variations
Color information
#404631 (or 0x404631) is known color: Scrub. HEX triplet: 40, 46 and 31. RGB value is (64,70,49). Sum of RGB (Red+Green+Blue) = 64+70+49=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 70 - color contains mainly: green. Hex color #404631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404631 is #BFB9CE. Grayscale: #414141. Windows color (decimal): -12564943 or 3229248. OLE color: 3229248.
HSL color Cylindrical-coordinate representation of color #404631: hue angle of 77.14º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #404631 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 70 | 49 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.73 |
| HSL | 77.14º | 0.18% | 0.23% | - |
| HSV(B) | 77.14º | 0.3% | 0.27% | - |
| XYZ | 4.86 | 5.69 | 3.75 | - |
| YUV | 65.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 49 | 0.09 | 0 | 0.30 | 0.73 | 77.14 | 0.18 | 0.23 |
| Hex | 40 | 46 | 31 | 9 | 0 | 1E | 49 | 4D | 12 | 17 |
| Octal | 100 | 106 | 61 | 11 | 0 | 36 | 111 | 115 | 22 | 27 |
| Binary | 1000000 | 1000110 | 110001 | 1001 | 0 | 11110 | 1001001 | 1001101 | 10010 | 10111 |
Color Harmonies of #404631
Complementary color
Monochromatic Colors of #404631
Black with #404631
Text Example
Text Example
White with #404631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404631; }
p { color: rgb(64,70,49); }
H1.HeaderClassName
{
color: #404631;
}
.AnyTagClassName
{
color: #404631;
}
</style>
background-color css
<style>
a { background-color: #404631; }
a { background-color: rgb(64,70,49); }
div.DivClassName
{
background-color: #404631;
}
.BgClassName
{
background-color: #404631;
}
</style>
border-color css
<style>
span { border-color: #404631; }
span { border-color: rgb(64,70,49); }
td.TdClassName
{
border-color: #404631;
}
.TagClassName
{
border-color: #404631;
}
</style>