Shades of Scrub #42462C
Tints of Scrub #42462C
RGB
CMYK
RGB Variations
Color information
#42462C (or 0x42462C) is known color: Scrub. HEX triplet: 42, 46 and 2C. RGB value is (66,70,44). Sum of RGB (Red+Green+Blue) = 66+70+44=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 70 - color contains mainly: green. Hex color #42462C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42462C is #BDB9D3. Grayscale: #414141. Windows color (decimal): -12433876 or 2901570. OLE color: 2901570.
HSL color Cylindrical-coordinate representation of color #42462C: hue angle of 69.23º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #42462C is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 70 | 44 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.73 |
| HSL | 69.23º | 0.23% | 0.22% | - |
| HSV(B) | 69.23º | 0.37% | 0.27% | - |
| XYZ | 4.89 | 5.72 | 3.23 | - |
| YUV | 65.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 70 | 44 | 0.06 | 0 | 0.37 | 0.73 | 69.23 | 0.23 | 0.22 |
| Hex | 42 | 46 | 2C | 6 | 0 | 25 | 49 | 45 | 17 | 16 |
| Octal | 102 | 106 | 54 | 6 | 0 | 45 | 111 | 105 | 27 | 26 |
| Binary | 1000010 | 1000110 | 101100 | 110 | 0 | 100101 | 1001001 | 1000101 | 10111 | 10110 |
Color Harmonies of #42462C
Complementary color
Monochromatic Colors of #42462C
Black with #42462C
Text Example
Text Example
White with #42462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42462C; }
p { color: rgb(66,70,44); }
H1.HeaderClassName
{
color: #42462C;
}
.AnyTagClassName
{
color: #42462C;
}
</style>
background-color css
<style>
a { background-color: #42462C; }
a { background-color: rgb(66,70,44); }
div.DivClassName
{
background-color: #42462C;
}
.BgClassName
{
background-color: #42462C;
}
</style>
border-color css
<style>
span { border-color: #42462C; }
span { border-color: rgb(66,70,44); }
td.TdClassName
{
border-color: #42462C;
}
.TagClassName
{
border-color: #42462C;
}
</style>