Shades of Scrub #424730
Tints of Scrub #424730
RGB
CMYK
RGB Variations
Color information
#424730 (or 0x424730) is known color: Scrub. HEX triplet: 42, 47 and 30. RGB value is (66,71,48). Sum of RGB (Red+Green+Blue) = 66+71+48=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 71 - color contains mainly: green. Hex color #424730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424730 is #BDB8CF. Grayscale: #424242. Windows color (decimal): -12433616 or 3163970. OLE color: 3163970.
HSL color Cylindrical-coordinate representation of color #424730: hue angle of 73.04º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #424730 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 66 | 71 | 48 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.72 |
| HSL | 73.04º | 0.19% | 0.23% | - |
| HSV(B) | 73.04º | 0.32% | 0.28% | - |
| XYZ | 5.03 | 5.88 | 3.67 | - |
| YUV | 66.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 48 | 0.07 | 0 | 0.32 | 0.72 | 73.04 | 0.19 | 0.23 |
| Hex | 42 | 47 | 30 | 7 | 0 | 20 | 48 | 49 | 13 | 17 |
| Octal | 102 | 107 | 60 | 7 | 0 | 40 | 110 | 111 | 23 | 27 |
| Binary | 1000010 | 1000111 | 110000 | 111 | 0 | 100000 | 1001000 | 1001001 | 10011 | 10111 |
Color Harmonies of #424730
Complementary color
Monochromatic Colors of #424730
Black with #424730
Text Example
Text Example
White with #424730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424730; }
p { color: rgb(66,71,48); }
H1.HeaderClassName
{
color: #424730;
}
.AnyTagClassName
{
color: #424730;
}
</style>
background-color css
<style>
a { background-color: #424730; }
a { background-color: rgb(66,71,48); }
div.DivClassName
{
background-color: #424730;
}
.BgClassName
{
background-color: #424730;
}
</style>
border-color css
<style>
span { border-color: #424730; }
span { border-color: rgb(66,71,48); }
td.TdClassName
{
border-color: #424730;
}
.TagClassName
{
border-color: #424730;
}
</style>