Shades of Scrub #404333
Tints of Scrub #404333
RGB
CMYK
RGB Variations
Color information
#404333 (or 0x404333) is known color: Scrub. HEX triplet: 40, 43 and 33. RGB value is (64,67,51). Sum of RGB (Red+Green+Blue) = 64+67+51=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 67 - color contains mainly: green. Hex color #404333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404333 is #BFBCCC. Grayscale: #404040. Windows color (decimal): -12565709 or 3359552. OLE color: 3359552.
HSL color Cylindrical-coordinate representation of color #404333: hue angle of 71.25º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #404333 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 67 | 51 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.74 |
| HSL | 71.25º | 0.14% | 0.23% | - |
| HSV(B) | 71.25º | 0.24% | 0.26% | - |
| XYZ | 4.72 | 5.34 | 3.91 | - |
| YUV | 64.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 51 | 0.04 | 0 | 0.24 | 0.74 | 71.25 | 0.14 | 0.23 |
| Hex | 40 | 43 | 33 | 4 | 0 | 18 | 4A | 47 | E | 17 |
| Octal | 100 | 103 | 63 | 4 | 0 | 30 | 112 | 107 | 16 | 27 |
| Binary | 1000000 | 1000011 | 110011 | 100 | 0 | 11000 | 1001010 | 1000111 | 1110 | 10111 |
Color Harmonies of #404333
Complementary color
Monochromatic Colors of #404333
Black with #404333
Text Example
Text Example
White with #404333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404333; }
p { color: rgb(64,67,51); }
H1.HeaderClassName
{
color: #404333;
}
.AnyTagClassName
{
color: #404333;
}
</style>
background-color css
<style>
a { background-color: #404333; }
a { background-color: rgb(64,67,51); }
div.DivClassName
{
background-color: #404333;
}
.BgClassName
{
background-color: #404333;
}
</style>
border-color css
<style>
span { border-color: #404333; }
span { border-color: rgb(64,67,51); }
td.TdClassName
{
border-color: #404333;
}
.TagClassName
{
border-color: #404333;
}
</style>