Shades of Scrub #404235
Tints of Scrub #404235
RGB
CMYK
RGB Variations
Color information
#404235 (or 0x404235) is known color: Scrub. HEX triplet: 40, 42 and 35. RGB value is (64,66,53). Sum of RGB (Red+Green+Blue) = 64+66+53=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 66 - color contains mainly: green. Hex color #404235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404235 is #BFBDCA. Grayscale: #3F3F3F. Windows color (decimal): -12565963 or 3490368. OLE color: 3490368.
HSL color Cylindrical-coordinate representation of color #404235: hue angle of 69.23º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #404235 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 66 | 53 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.74 |
| HSL | 69.23º | 0.11% | 0.23% | - |
| HSV(B) | 69.23º | 0.2% | 0.26% | - |
| XYZ | 4.71 | 5.24 | 4.13 | - |
| YUV | 63.92 | 121.84 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 53 | 0.03 | 0 | 0.20 | 0.74 | 69.23 | 0.11 | 0.23 |
| Hex | 40 | 42 | 35 | 3 | 0 | 14 | 4A | 45 | B | 17 |
| Octal | 100 | 102 | 65 | 3 | 0 | 24 | 112 | 105 | 13 | 27 |
| Binary | 1000000 | 1000010 | 110101 | 11 | 0 | 10100 | 1001010 | 1000101 | 1011 | 10111 |
Color Harmonies of #404235
Complementary color
Monochromatic Colors of #404235
Black with #404235
Text Example
Text Example
White with #404235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404235; }
p { color: rgb(64,66,53); }
H1.HeaderClassName
{
color: #404235;
}
.AnyTagClassName
{
color: #404235;
}
</style>
background-color css
<style>
a { background-color: #404235; }
a { background-color: rgb(64,66,53); }
div.DivClassName
{
background-color: #404235;
}
.BgClassName
{
background-color: #404235;
}
</style>
border-color css
<style>
span { border-color: #404235; }
span { border-color: rgb(64,66,53); }
td.TdClassName
{
border-color: #404235;
}
.TagClassName
{
border-color: #404235;
}
</style>