Shades of Scrub #404335
Tints of Scrub #404335
RGB
CMYK
RGB Variations
Color information
#404335 (or 0x404335) is known color: Scrub. HEX triplet: 40, 43 and 35. RGB value is (64,67,53). Sum of RGB (Red+Green+Blue) = 64+67+53=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 67 - color contains mainly: green. Hex color #404335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404335 is #BFBCCA. Grayscale: #404040. Windows color (decimal): -12565707 or 3490624. OLE color: 3490624.
HSL color Cylindrical-coordinate representation of color #404335: hue angle of 72.86º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #404335 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 67 | 53 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.74 |
| HSL | 72.86º | 0.12% | 0.24% | - |
| HSV(B) | 72.86º | 0.21% | 0.26% | - |
| XYZ | 4.76 | 5.36 | 4.15 | - |
| YUV | 64.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 53 | 0.04 | 0 | 0.21 | 0.74 | 72.86 | 0.12 | 0.24 |
| Hex | 40 | 43 | 35 | 4 | 0 | 15 | 4A | 49 | C | 18 |
| Octal | 100 | 103 | 65 | 4 | 0 | 25 | 112 | 111 | 14 | 30 |
| Binary | 1000000 | 1000011 | 110101 | 100 | 0 | 10101 | 1001010 | 1001001 | 1100 | 11000 |
Color Harmonies of #404335
Complementary color
Monochromatic Colors of #404335
Black with #404335
Text Example
Text Example
White with #404335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404335; }
p { color: rgb(64,67,53); }
H1.HeaderClassName
{
color: #404335;
}
.AnyTagClassName
{
color: #404335;
}
</style>
background-color css
<style>
a { background-color: #404335; }
a { background-color: rgb(64,67,53); }
div.DivClassName
{
background-color: #404335;
}
.BgClassName
{
background-color: #404335;
}
</style>
border-color css
<style>
span { border-color: #404335; }
span { border-color: rgb(64,67,53); }
td.TdClassName
{
border-color: #404335;
}
.TagClassName
{
border-color: #404335;
}
</style>