Shades of Scrub #40442A
Tints of Scrub #40442A
RGB
CMYK
RGB Variations
Color information
#40442A (or 0x40442A) is known color: Scrub. HEX triplet: 40, 44 and 2A. RGB value is (64,68,42). Sum of RGB (Red+Green+Blue) = 64+68+42=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 68 - color contains mainly: green. Hex color #40442A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40442A is #BFBBD5. Grayscale: #3F3F3F. Windows color (decimal): -12565462 or 2769984. OLE color: 2769984.
HSL color Cylindrical-coordinate representation of color #40442A: hue angle of 69.23º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #40442A is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 68 | 42 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.73 |
| HSL | 69.23º | 0.24% | 0.22% | - |
| HSV(B) | 69.23º | 0.38% | 0.27% | - |
| XYZ | 4.6 | 5.39 | 2.99 | - |
| YUV | 63.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 42 | 0.06 | 0 | 0.38 | 0.73 | 69.23 | 0.24 | 0.22 |
| Hex | 40 | 44 | 2A | 6 | 0 | 26 | 49 | 45 | 18 | 16 |
| Octal | 100 | 104 | 52 | 6 | 0 | 46 | 111 | 105 | 30 | 26 |
| Binary | 1000000 | 1000100 | 101010 | 110 | 0 | 100110 | 1001001 | 1000101 | 11000 | 10110 |
Color Harmonies of #40442A
Complementary color
Monochromatic Colors of #40442A
Black with #40442A
Text Example
Text Example
White with #40442A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40442A; }
p { color: rgb(64,68,42); }
H1.HeaderClassName
{
color: #40442A;
}
.AnyTagClassName
{
color: #40442A;
}
</style>
background-color css
<style>
a { background-color: #40442A; }
a { background-color: rgb(64,68,42); }
div.DivClassName
{
background-color: #40442A;
}
.BgClassName
{
background-color: #40442A;
}
</style>
border-color css
<style>
span { border-color: #40442A; }
span { border-color: rgb(64,68,42); }
td.TdClassName
{
border-color: #40442A;
}
.TagClassName
{
border-color: #40442A;
}
</style>