Shades of Scrub #404435
Tints of Scrub #404435
RGB
CMYK
RGB Variations
Color information
#404435 (or 0x404435) is known color: Scrub. HEX triplet: 40, 44 and 35. RGB value is (64,68,53). Sum of RGB (Red+Green+Blue) = 64+68+53=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 68 - color contains mainly: green. Hex color #404435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404435 is #BFBBCA. Grayscale: #414141. Windows color (decimal): -12565451 or 3490880. OLE color: 3490880.
HSL color Cylindrical-coordinate representation of color #404435: hue angle of 76º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #404435 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 68 | 53 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.73 |
| HSL | 76º | 0.12% | 0.24% | - |
| HSV(B) | 76º | 0.22% | 0.27% | - |
| XYZ | 4.82 | 5.48 | 4.17 | - |
| YUV | 65.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 53 | 0.06 | 0 | 0.22 | 0.73 | 76 | 0.12 | 0.24 |
| Hex | 40 | 44 | 35 | 6 | 0 | 16 | 49 | 4C | C | 18 |
| Octal | 100 | 104 | 65 | 6 | 0 | 26 | 111 | 114 | 14 | 30 |
| Binary | 1000000 | 1000100 | 110101 | 110 | 0 | 10110 | 1001001 | 1001100 | 1100 | 11000 |
Color Harmonies of #404435
Complementary color
Monochromatic Colors of #404435
Black with #404435
Text Example
Text Example
White with #404435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404435; }
p { color: rgb(64,68,53); }
H1.HeaderClassName
{
color: #404435;
}
.AnyTagClassName
{
color: #404435;
}
</style>
background-color css
<style>
a { background-color: #404435; }
a { background-color: rgb(64,68,53); }
div.DivClassName
{
background-color: #404435;
}
.BgClassName
{
background-color: #404435;
}
</style>
border-color css
<style>
span { border-color: #404435; }
span { border-color: rgb(64,68,53); }
td.TdClassName
{
border-color: #404435;
}
.TagClassName
{
border-color: #404435;
}
</style>