Shades of Scrub #42462B
Tints of Scrub #42462B
RGB
CMYK
RGB Variations
Color information
#42462B (or 0x42462B) is known color: Scrub. HEX triplet: 42, 46 and 2B. RGB value is (66,70,43). Sum of RGB (Red+Green+Blue) = 66+70+43=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 70 - color contains mainly: green. Hex color #42462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42462B is #BDB9D4. Grayscale: #414141. Windows color (decimal): -12433877 or 2836034. OLE color: 2836034.
HSL color Cylindrical-coordinate representation of color #42462B: hue angle of 68.89º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42462B is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 70 | 43 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.73 |
| HSL | 68.89º | 0.24% | 0.22% | - |
| HSV(B) | 68.89º | 0.39% | 0.27% | - |
| XYZ | 4.87 | 5.71 | 3.13 | - |
| YUV | 65.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 70 | 43 | 0.06 | 0 | 0.39 | 0.73 | 68.89 | 0.24 | 0.22 |
| Hex | 42 | 46 | 2B | 6 | 0 | 27 | 49 | 45 | 18 | 16 |
| Octal | 102 | 106 | 53 | 6 | 0 | 47 | 111 | 105 | 30 | 26 |
| Binary | 1000010 | 1000110 | 101011 | 110 | 0 | 100111 | 1001001 | 1000101 | 11000 | 10110 |
Color Harmonies of #42462B
Complementary color
Monochromatic Colors of #42462B
Black with #42462B
Text Example
Text Example
White with #42462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42462B; }
p { color: rgb(66,70,43); }
H1.HeaderClassName
{
color: #42462B;
}
.AnyTagClassName
{
color: #42462B;
}
</style>
background-color css
<style>
a { background-color: #42462B; }
a { background-color: rgb(66,70,43); }
div.DivClassName
{
background-color: #42462B;
}
.BgClassName
{
background-color: #42462B;
}
</style>
border-color css
<style>
span { border-color: #42462B; }
span { border-color: rgb(66,70,43); }
td.TdClassName
{
border-color: #42462B;
}
.TagClassName
{
border-color: #42462B;
}
</style>