Shades of Scrub #404135
Tints of Scrub #404135
RGB
CMYK
RGB Variations
Color information
#404135 (or 0x404135) is known color: Scrub. HEX triplet: 40, 41 and 35. RGB value is (64,65,53). Sum of RGB (Red+Green+Blue) = 64+65+53=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 65 - color contains mainly: green. Hex color #404135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404135 is #BFBECA. Grayscale: #3F3F3F. Windows color (decimal): -12566219 or 3490112. OLE color: 3490112.
HSL color Cylindrical-coordinate representation of color #404135: hue angle of 65º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #404135 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 65 | 53 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.75 |
| HSL | 65º | 0.1% | 0.23% | - |
| HSV(B) | 65º | 0.18% | 0.25% | - |
| XYZ | 4.65 | 5.13 | 4.11 | - |
| YUV | 63.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 53 | 0.02 | 0 | 0.18 | 0.75 | 65 | 0.1 | 0.23 |
| Hex | 40 | 41 | 35 | 2 | 0 | 12 | 4B | 41 | A | 17 |
| Octal | 100 | 101 | 65 | 2 | 0 | 22 | 113 | 101 | 12 | 27 |
| Binary | 1000000 | 1000001 | 110101 | 10 | 0 | 10010 | 1001011 | 1000001 | 1010 | 10111 |
Color Harmonies of #404135
Complementary color
Monochromatic Colors of #404135
Black with #404135
Text Example
Text Example
White with #404135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404135; }
p { color: rgb(64,65,53); }
H1.HeaderClassName
{
color: #404135;
}
.AnyTagClassName
{
color: #404135;
}
</style>
background-color css
<style>
a { background-color: #404135; }
a { background-color: rgb(64,65,53); }
div.DivClassName
{
background-color: #404135;
}
.BgClassName
{
background-color: #404135;
}
</style>
border-color css
<style>
span { border-color: #404135; }
span { border-color: rgb(64,65,53); }
td.TdClassName
{
border-color: #404135;
}
.TagClassName
{
border-color: #404135;
}
</style>