Shades of Scrub #424733
Tints of Scrub #424733
RGB
CMYK
RGB Variations
Color information
#424733 (or 0x424733) is known color: Scrub. HEX triplet: 42, 47 and 33. RGB value is (66,71,51). Sum of RGB (Red+Green+Blue) = 66+71+51=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 71 - color contains mainly: green. Hex color #424733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424733 is #BDB8CC. Grayscale: #434343. Windows color (decimal): -12433613 or 3360578. OLE color: 3360578.
HSL color Cylindrical-coordinate representation of color #424733: hue angle of 75º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #424733 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 66 | 71 | 51 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.72 |
| HSL | 75º | 0.16% | 0.24% | - |
| HSV(B) | 75º | 0.28% | 0.28% | - |
| XYZ | 5.1 | 5.9 | 4 | - |
| YUV | 67.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 51 | 0.07 | 0 | 0.28 | 0.72 | 75 | 0.16 | 0.24 |
| Hex | 42 | 47 | 33 | 7 | 0 | 1C | 48 | 4B | 10 | 18 |
| Octal | 102 | 107 | 63 | 7 | 0 | 34 | 110 | 113 | 20 | 30 |
| Binary | 1000010 | 1000111 | 110011 | 111 | 0 | 11100 | 1001000 | 1001011 | 10000 | 11000 |
Color Harmonies of #424733
Complementary color
Monochromatic Colors of #424733
Black with #424733
Text Example
Text Example
White with #424733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424733; }
p { color: rgb(66,71,51); }
H1.HeaderClassName
{
color: #424733;
}
.AnyTagClassName
{
color: #424733;
}
</style>
background-color css
<style>
a { background-color: #424733; }
a { background-color: rgb(66,71,51); }
div.DivClassName
{
background-color: #424733;
}
.BgClassName
{
background-color: #424733;
}
</style>
border-color css
<style>
span { border-color: #424733; }
span { border-color: rgb(66,71,51); }
td.TdClassName
{
border-color: #424733;
}
.TagClassName
{
border-color: #424733;
}
</style>