Shades of Scrub #404132
Tints of Scrub #404132
RGB
CMYK
RGB Variations
Color information
#404132 (or 0x404132) is known color: Scrub. HEX triplet: 40, 41 and 32. RGB value is (64,65,50). Sum of RGB (Red+Green+Blue) = 64+65+50=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 65 - color contains mainly: green. Hex color #404132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404132 is #BFBECD. Grayscale: #3F3F3F. Windows color (decimal): -12566222 or 3293504. OLE color: 3293504.
HSL color Cylindrical-coordinate representation of color #404132: hue angle of 64º 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 #404132 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 65 | 50 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.75 |
| HSL | 64º | 0.13% | 0.23% | - |
| HSV(B) | 64º | 0.23% | 0.25% | - |
| XYZ | 4.58 | 5.1 | 3.76 | - |
| YUV | 62.99 | 120.67 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 50 | 0.02 | 0 | 0.23 | 0.75 | 64 | 0.13 | 0.23 |
| Hex | 40 | 41 | 32 | 2 | 0 | 17 | 4B | 40 | D | 17 |
| Octal | 100 | 101 | 62 | 2 | 0 | 27 | 113 | 100 | 15 | 27 |
| Binary | 1000000 | 1000001 | 110010 | 10 | 0 | 10111 | 1001011 | 1000000 | 1101 | 10111 |
Color Harmonies of #404132
Complementary color
Monochromatic Colors of #404132
Black with #404132
Text Example
Text Example
White with #404132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404132; }
p { color: rgb(64,65,50); }
H1.HeaderClassName
{
color: #404132;
}
.AnyTagClassName
{
color: #404132;
}
</style>
background-color css
<style>
a { background-color: #404132; }
a { background-color: rgb(64,65,50); }
div.DivClassName
{
background-color: #404132;
}
.BgClassName
{
background-color: #404132;
}
</style>
border-color css
<style>
span { border-color: #404132; }
span { border-color: rgb(64,65,50); }
td.TdClassName
{
border-color: #404132;
}
.TagClassName
{
border-color: #404132;
}
</style>