Shades of Scrub #40442C
Tints of Scrub #40442C
RGB
CMYK
RGB Variations
Color information
#40442C (or 0x40442C) is known color: Scrub. HEX triplet: 40, 44 and 2C. RGB value is (64,68,44). Sum of RGB (Red+Green+Blue) = 64+68+44=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 68 - color contains mainly: green. Hex color #40442C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40442C is #BFBBD3. Grayscale: #404040. Windows color (decimal): -12565460 or 2901056. OLE color: 2901056.
HSL color Cylindrical-coordinate representation of color #40442C: hue angle of 70º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #40442C is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 68 | 44 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.73 |
| HSL | 70º | 0.21% | 0.22% | - |
| HSV(B) | 70º | 0.35% | 0.27% | - |
| XYZ | 4.64 | 5.41 | 3.18 | - |
| YUV | 64.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 44 | 0.06 | 0 | 0.35 | 0.73 | 70 | 0.21 | 0.22 |
| Hex | 40 | 44 | 2C | 6 | 0 | 23 | 49 | 46 | 15 | 16 |
| Octal | 100 | 104 | 54 | 6 | 0 | 43 | 111 | 106 | 25 | 26 |
| Binary | 1000000 | 1000100 | 101100 | 110 | 0 | 100011 | 1001001 | 1000110 | 10101 | 10110 |
Color Harmonies of #40442C
Complementary color
Monochromatic Colors of #40442C
Black with #40442C
Text Example
Text Example
White with #40442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40442C; }
p { color: rgb(64,68,44); }
H1.HeaderClassName
{
color: #40442C;
}
.AnyTagClassName
{
color: #40442C;
}
</style>
background-color css
<style>
a { background-color: #40442C; }
a { background-color: rgb(64,68,44); }
div.DivClassName
{
background-color: #40442C;
}
.BgClassName
{
background-color: #40442C;
}
</style>
border-color css
<style>
span { border-color: #40442C; }
span { border-color: rgb(64,68,44); }
td.TdClassName
{
border-color: #40442C;
}
.TagClassName
{
border-color: #40442C;
}
</style>