Shades of Scrub #42462F
Tints of Scrub #42462F
RGB
CMYK
RGB Variations
Color information
#42462F (or 0x42462F) is known color: Scrub. HEX triplet: 42, 46 and 2F. RGB value is (66,70,47). Sum of RGB (Red+Green+Blue) = 66+70+47=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 70 - color contains mainly: green. Hex color #42462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42462F is #BDB9D0. Grayscale: #424242. Windows color (decimal): -12433873 or 3098178. OLE color: 3098178.
HSL color Cylindrical-coordinate representation of color #42462F: hue angle of 70.43º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #42462F is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 70 | 47 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.73 |
| HSL | 70.43º | 0.2% | 0.23% | - |
| HSV(B) | 70.43º | 0.33% | 0.27% | - |
| XYZ | 4.95 | 5.74 | 3.54 | - |
| YUV | 66.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 70 | 47 | 0.06 | 0 | 0.33 | 0.73 | 70.43 | 0.2 | 0.23 |
| Hex | 42 | 46 | 2F | 6 | 0 | 21 | 49 | 46 | 14 | 17 |
| Octal | 102 | 106 | 57 | 6 | 0 | 41 | 111 | 106 | 24 | 27 |
| Binary | 1000010 | 1000110 | 101111 | 110 | 0 | 100001 | 1001001 | 1000110 | 10100 | 10111 |
Color Harmonies of #42462F
Complementary color
Monochromatic Colors of #42462F
Black with #42462F
Text Example
Text Example
White with #42462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42462F; }
p { color: rgb(66,70,47); }
H1.HeaderClassName
{
color: #42462F;
}
.AnyTagClassName
{
color: #42462F;
}
</style>
background-color css
<style>
a { background-color: #42462F; }
a { background-color: rgb(66,70,47); }
div.DivClassName
{
background-color: #42462F;
}
.BgClassName
{
background-color: #42462F;
}
</style>
border-color css
<style>
span { border-color: #42462F; }
span { border-color: rgb(66,70,47); }
td.TdClassName
{
border-color: #42462F;
}
.TagClassName
{
border-color: #42462F;
}
</style>