Shades of Scrub #404535
Tints of Scrub #404535
RGB
CMYK
RGB Variations
Color information
#404535 (or 0x404535) is known color: Scrub. HEX triplet: 40, 45 and 35. RGB value is (64,69,53). Sum of RGB (Red+Green+Blue) = 64+69+53=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 69 - color contains mainly: green. Hex color #404535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404535 is #BFBACA. Grayscale: #414141. Windows color (decimal): -12565195 or 3491136. OLE color: 3491136.
HSL color Cylindrical-coordinate representation of color #404535: hue angle of 78.75º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #404535 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 69 | 53 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.73 |
| HSL | 78.75º | 0.13% | 0.24% | - |
| HSV(B) | 78.75º | 0.23% | 0.27% | - |
| XYZ | 4.89 | 5.6 | 4.19 | - |
| YUV | 65.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 53 | 0.07 | 0 | 0.23 | 0.73 | 78.75 | 0.13 | 0.24 |
| Hex | 40 | 45 | 35 | 7 | 0 | 17 | 49 | 4F | D | 18 |
| Octal | 100 | 105 | 65 | 7 | 0 | 27 | 111 | 117 | 15 | 30 |
| Binary | 1000000 | 1000101 | 110101 | 111 | 0 | 10111 | 1001001 | 1001111 | 1101 | 11000 |
Color Harmonies of #404535
Complementary color
Monochromatic Colors of #404535
Black with #404535
Text Example
Text Example
White with #404535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404535; }
p { color: rgb(64,69,53); }
H1.HeaderClassName
{
color: #404535;
}
.AnyTagClassName
{
color: #404535;
}
</style>
background-color css
<style>
a { background-color: #404535; }
a { background-color: rgb(64,69,53); }
div.DivClassName
{
background-color: #404535;
}
.BgClassName
{
background-color: #404535;
}
</style>
border-color css
<style>
span { border-color: #404535; }
span { border-color: rgb(64,69,53); }
td.TdClassName
{
border-color: #404535;
}
.TagClassName
{
border-color: #404535;
}
</style>