Shades of Scrub #424436
Tints of Scrub #424436
RGB
CMYK
RGB Variations
Color information
#424436 (or 0x424436) is known color: Scrub. HEX triplet: 42, 44 and 36. RGB value is (66,68,54). Sum of RGB (Red+Green+Blue) = 66+68+54=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 68 - color contains mainly: green. Hex color #424436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424436 is #BDBBC9. Grayscale: #414141. Windows color (decimal): -12434378 or 3556418. OLE color: 3556418.
HSL color Cylindrical-coordinate representation of color #424436: hue angle of 68.57º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #424436 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 68 | 54 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.73 |
| HSL | 68.57º | 0.11% | 0.24% | - |
| HSV(B) | 68.57º | 0.21% | 0.27% | - |
| XYZ | 4.98 | 5.56 | 4.3 | - |
| YUV | 65.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 68 | 54 | 0.03 | 0 | 0.21 | 0.73 | 68.57 | 0.11 | 0.24 |
| Hex | 42 | 44 | 36 | 3 | 0 | 15 | 49 | 45 | B | 18 |
| Octal | 102 | 104 | 66 | 3 | 0 | 25 | 111 | 105 | 13 | 30 |
| Binary | 1000010 | 1000100 | 110110 | 11 | 0 | 10101 | 1001001 | 1000101 | 1011 | 11000 |
Color Harmonies of #424436
Complementary color
Monochromatic Colors of #424436
Black with #424436
Text Example
Text Example
White with #424436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424436; }
p { color: rgb(66,68,54); }
H1.HeaderClassName
{
color: #424436;
}
.AnyTagClassName
{
color: #424436;
}
</style>
background-color css
<style>
a { background-color: #424436; }
a { background-color: rgb(66,68,54); }
div.DivClassName
{
background-color: #424436;
}
.BgClassName
{
background-color: #424436;
}
</style>
border-color css
<style>
span { border-color: #424436; }
span { border-color: rgb(66,68,54); }
td.TdClassName
{
border-color: #424436;
}
.TagClassName
{
border-color: #424436;
}
</style>