Shades of Scrub #40422B
Tints of Scrub #40422B
RGB
CMYK
RGB Variations
Color information
#40422B (or 0x40422B) is known color: Scrub. HEX triplet: 40, 42 and 2B. RGB value is (64,66,43). Sum of RGB (Red+Green+Blue) = 64+66+43=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 66 - color contains mainly: green. Hex color #40422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40422B is #BFBDD4. Grayscale: #3E3E3E. Windows color (decimal): -12565973 or 2835008. OLE color: 2835008.
HSL color Cylindrical-coordinate representation of color #40422B: hue angle of 65.22º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #40422B is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 66 | 43 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.74 |
| HSL | 65.22º | 0.21% | 0.21% | - |
| HSV(B) | 65.22º | 0.35% | 0.26% | - |
| XYZ | 4.5 | 5.16 | 3.04 | - |
| YUV | 62.78 | 116.84 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 43 | 0.03 | 0 | 0.35 | 0.74 | 65.22 | 0.21 | 0.21 |
| Hex | 40 | 42 | 2B | 3 | 0 | 23 | 4A | 41 | 15 | 15 |
| Octal | 100 | 102 | 53 | 3 | 0 | 43 | 112 | 101 | 25 | 25 |
| Binary | 1000000 | 1000010 | 101011 | 11 | 0 | 100011 | 1001010 | 1000001 | 10101 | 10101 |
Color Harmonies of #40422B
Complementary color
Monochromatic Colors of #40422B
Black with #40422B
Text Example
Text Example
White with #40422B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40422B; }
p { color: rgb(64,66,43); }
H1.HeaderClassName
{
color: #40422B;
}
.AnyTagClassName
{
color: #40422B;
}
</style>
background-color css
<style>
a { background-color: #40422B; }
a { background-color: rgb(64,66,43); }
div.DivClassName
{
background-color: #40422B;
}
.BgClassName
{
background-color: #40422B;
}
</style>
border-color css
<style>
span { border-color: #40422B; }
span { border-color: rgb(64,66,43); }
td.TdClassName
{
border-color: #40422B;
}
.TagClassName
{
border-color: #40422B;
}
</style>