Shades of Scrub #424435
Tints of Scrub #424435
RGB
CMYK
RGB Variations
Color information
#424435 (or 0x424435) is known color: Scrub. HEX triplet: 42, 44 and 35. RGB value is (66,68,53). Sum of RGB (Red+Green+Blue) = 66+68+53=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 68 - color contains mainly: green. Hex color #424435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424435 is #BDBBCA. Grayscale: #414141. Windows color (decimal): -12434379 or 3490882. OLE color: 3490882.
HSL color Cylindrical-coordinate representation of color #424435: hue angle of 68º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #424435 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 68 | 53 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.73 |
| HSL | 68º | 0.12% | 0.24% | - |
| HSV(B) | 68º | 0.22% | 0.27% | - |
| XYZ | 4.96 | 5.55 | 4.18 | - |
| YUV | 65.69 | 120.84 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 68 | 53 | 0.03 | 0 | 0.22 | 0.73 | 68 | 0.12 | 0.24 |
| Hex | 42 | 44 | 35 | 3 | 0 | 16 | 49 | 44 | C | 18 |
| Octal | 102 | 104 | 65 | 3 | 0 | 26 | 111 | 104 | 14 | 30 |
| Binary | 1000010 | 1000100 | 110101 | 11 | 0 | 10110 | 1001001 | 1000100 | 1100 | 11000 |
Color Harmonies of #424435
Complementary color
Monochromatic Colors of #424435
Black with #424435
Text Example
Text Example
White with #424435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424435; }
p { color: rgb(66,68,53); }
H1.HeaderClassName
{
color: #424435;
}
.AnyTagClassName
{
color: #424435;
}
</style>
background-color css
<style>
a { background-color: #424435; }
a { background-color: rgb(66,68,53); }
div.DivClassName
{
background-color: #424435;
}
.BgClassName
{
background-color: #424435;
}
</style>
border-color css
<style>
span { border-color: #424435; }
span { border-color: rgb(66,68,53); }
td.TdClassName
{
border-color: #424435;
}
.TagClassName
{
border-color: #424435;
}
</style>