Shades of Scrub #404229
Tints of Scrub #404229
RGB
CMYK
RGB Variations
Color information
#404229 (or 0x404229) is known color: Scrub. HEX triplet: 40, 42 and 29. RGB value is (64,66,41). Sum of RGB (Red+Green+Blue) = 64+66+41=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 66 - color contains mainly: green. Hex color #404229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404229 is #BFBDD6. Grayscale: #3E3E3E. Windows color (decimal): -12565975 or 2703936. OLE color: 2703936.
HSL color Cylindrical-coordinate representation of color #404229: hue angle of 64.8º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #404229 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 66 | 41 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.74 |
| HSL | 64.8º | 0.23% | 0.21% | - |
| HSV(B) | 64.8º | 0.38% | 0.26% | - |
| XYZ | 4.46 | 5.15 | 2.86 | - |
| YUV | 62.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 41 | 0.03 | 0 | 0.38 | 0.74 | 64.8 | 0.23 | 0.21 |
| Hex | 40 | 42 | 29 | 3 | 0 | 26 | 4A | 41 | 17 | 15 |
| Octal | 100 | 102 | 51 | 3 | 0 | 46 | 112 | 101 | 27 | 25 |
| Binary | 1000000 | 1000010 | 101001 | 11 | 0 | 100110 | 1001010 | 1000001 | 10111 | 10101 |
Color Harmonies of #404229
Complementary color
Monochromatic Colors of #404229
Black with #404229
Text Example
Text Example
White with #404229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404229; }
p { color: rgb(64,66,41); }
H1.HeaderClassName
{
color: #404229;
}
.AnyTagClassName
{
color: #404229;
}
</style>
background-color css
<style>
a { background-color: #404229; }
a { background-color: rgb(64,66,41); }
div.DivClassName
{
background-color: #404229;
}
.BgClassName
{
background-color: #404229;
}
</style>
border-color css
<style>
span { border-color: #404229; }
span { border-color: rgb(64,66,41); }
td.TdClassName
{
border-color: #404229;
}
.TagClassName
{
border-color: #404229;
}
</style>