Shades of Scrub #424637
Tints of Scrub #424637
RGB
CMYK
RGB Variations
Color information
#424637 (or 0x424637) is known color: Scrub. HEX triplet: 42, 46 and 37. RGB value is (66,70,55). Sum of RGB (Red+Green+Blue) = 66+70+55=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 55 (21.88% from 255 or 28.80% from 191); Max value from RGB is 70 - color contains mainly: green. Hex color #424637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424637 is #BDB9C8. Grayscale: #434343. Windows color (decimal): -12433865 or 3622466. OLE color: 3622466.
HSL color Cylindrical-coordinate representation of color #424637: hue angle of 76º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #424637 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 70 | 55 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.73 |
| HSL | 76º | 0.12% | 0.25% | - |
| HSV(B) | 76º | 0.21% | 0.27% | - |
| XYZ | 5.13 | 5.81 | 4.47 | - |
| YUV | 67.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 70 | 55 | 0.06 | 0 | 0.21 | 0.73 | 76 | 0.12 | 0.25 |
| Hex | 42 | 46 | 37 | 6 | 0 | 15 | 49 | 4C | C | 19 |
| Octal | 102 | 106 | 67 | 6 | 0 | 25 | 111 | 114 | 14 | 31 |
| Binary | 1000010 | 1000110 | 110111 | 110 | 0 | 10101 | 1001001 | 1001100 | 1100 | 11001 |
Color Harmonies of #424637
Complementary color
Monochromatic Colors of #424637
Black with #424637
Text Example
Text Example
White with #424637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424637; }
p { color: rgb(66,70,55); }
H1.HeaderClassName
{
color: #424637;
}
.AnyTagClassName
{
color: #424637;
}
</style>
background-color css
<style>
a { background-color: #424637; }
a { background-color: rgb(66,70,55); }
div.DivClassName
{
background-color: #424637;
}
.BgClassName
{
background-color: #424637;
}
</style>
border-color css
<style>
span { border-color: #424637; }
span { border-color: rgb(66,70,55); }
td.TdClassName
{
border-color: #424637;
}
.TagClassName
{
border-color: #424637;
}
</style>