Shades of Scrub #42462D
Tints of Scrub #42462D
RGB
CMYK
RGB Variations
Color information
#42462D (or 0x42462D) is known color: Scrub. HEX triplet: 42, 46 and 2D. RGB value is (66,70,45). Sum of RGB (Red+Green+Blue) = 66+70+45=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 70 - color contains mainly: green. Hex color #42462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42462D is #BDB9D2. Grayscale: #424242. Windows color (decimal): -12433875 or 2967106. OLE color: 2967106.
HSL color Cylindrical-coordinate representation of color #42462D: hue angle of 69.6º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #42462D is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 70 | 45 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.73 |
| HSL | 69.6º | 0.22% | 0.23% | - |
| HSV(B) | 69.6º | 0.36% | 0.27% | - |
| XYZ | 4.91 | 5.73 | 3.33 | - |
| YUV | 65.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 70 | 45 | 0.06 | 0 | 0.36 | 0.73 | 69.6 | 0.22 | 0.23 |
| Hex | 42 | 46 | 2D | 6 | 0 | 24 | 49 | 46 | 16 | 17 |
| Octal | 102 | 106 | 55 | 6 | 0 | 44 | 111 | 106 | 26 | 27 |
| Binary | 1000010 | 1000110 | 101101 | 110 | 0 | 100100 | 1001001 | 1000110 | 10110 | 10111 |
Color Harmonies of #42462D
Complementary color
Monochromatic Colors of #42462D
Black with #42462D
Text Example
Text Example
White with #42462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42462D; }
p { color: rgb(66,70,45); }
H1.HeaderClassName
{
color: #42462D;
}
.AnyTagClassName
{
color: #42462D;
}
</style>
background-color css
<style>
a { background-color: #42462D; }
a { background-color: rgb(66,70,45); }
div.DivClassName
{
background-color: #42462D;
}
.BgClassName
{
background-color: #42462D;
}
</style>
border-color css
<style>
span { border-color: #42462D; }
span { border-color: rgb(66,70,45); }
td.TdClassName
{
border-color: #42462D;
}
.TagClassName
{
border-color: #42462D;
}
</style>