Shades of Scrub #404237
Tints of Scrub #404237
RGB
CMYK
RGB Variations
Color information
#404237 (or 0x404237) is known color: Scrub. HEX triplet: 40, 42 and 37. RGB value is (64,66,55). Sum of RGB (Red+Green+Blue) = 64+66+55=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 55 (21.88% from 255 or 29.73% from 185); Max value from RGB is 66 - color contains mainly: green. Hex color #404237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404237 is #BFBDC8. Grayscale: #404040. Windows color (decimal): -12565961 or 3621440. OLE color: 3621440.
HSL color Cylindrical-coordinate representation of color #404237: hue angle of 70.91º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #404237 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 66 | 55 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.74 |
| HSL | 70.91º | 0.09% | 0.24% | - |
| HSV(B) | 70.91º | 0.17% | 0.26% | - |
| XYZ | 4.75 | 5.26 | 4.38 | - |
| YUV | 64.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 55 | 0.03 | 0 | 0.17 | 0.74 | 70.91 | 0.09 | 0.24 |
| Hex | 40 | 42 | 37 | 3 | 0 | 11 | 4A | 47 | 9 | 18 |
| Octal | 100 | 102 | 67 | 3 | 0 | 21 | 112 | 107 | 11 | 30 |
| Binary | 1000000 | 1000010 | 110111 | 11 | 0 | 10001 | 1001010 | 1000111 | 1001 | 11000 |
Color Harmonies of #404237
Complementary color
Monochromatic Colors of #404237
Black with #404237
Text Example
Text Example
White with #404237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404237; }
p { color: rgb(64,66,55); }
H1.HeaderClassName
{
color: #404237;
}
.AnyTagClassName
{
color: #404237;
}
</style>
background-color css
<style>
a { background-color: #404237; }
a { background-color: rgb(64,66,55); }
div.DivClassName
{
background-color: #404237;
}
.BgClassName
{
background-color: #404237;
}
</style>
border-color css
<style>
span { border-color: #404237; }
span { border-color: rgb(64,66,55); }
td.TdClassName
{
border-color: #404237;
}
.TagClassName
{
border-color: #404237;
}
</style>