Shades of Scrub #40442B
Tints of Scrub #40442B
RGB
CMYK
RGB Variations
Color information
#40442B (or 0x40442B) is known color: Scrub. HEX triplet: 40, 44 and 2B. RGB value is (64,68,43). Sum of RGB (Red+Green+Blue) = 64+68+43=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 68 - color contains mainly: green. Hex color #40442B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40442B is #BFBBD4. Grayscale: #404040. Windows color (decimal): -12565461 or 2835520. OLE color: 2835520.
HSL color Cylindrical-coordinate representation of color #40442B: hue angle of 69.6º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #40442B is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 68 | 43 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.73 |
| HSL | 69.6º | 0.23% | 0.22% | - |
| HSV(B) | 69.6º | 0.37% | 0.27% | - |
| XYZ | 4.62 | 5.4 | 3.08 | - |
| YUV | 63.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 43 | 0.06 | 0 | 0.37 | 0.73 | 69.6 | 0.23 | 0.22 |
| Hex | 40 | 44 | 2B | 6 | 0 | 25 | 49 | 46 | 17 | 16 |
| Octal | 100 | 104 | 53 | 6 | 0 | 45 | 111 | 106 | 27 | 26 |
| Binary | 1000000 | 1000100 | 101011 | 110 | 0 | 100101 | 1001001 | 1000110 | 10111 | 10110 |
Color Harmonies of #40442B
Complementary color
Monochromatic Colors of #40442B
Black with #40442B
Text Example
Text Example
White with #40442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40442B; }
p { color: rgb(64,68,43); }
H1.HeaderClassName
{
color: #40442B;
}
.AnyTagClassName
{
color: #40442B;
}
</style>
background-color css
<style>
a { background-color: #40442B; }
a { background-color: rgb(64,68,43); }
div.DivClassName
{
background-color: #40442B;
}
.BgClassName
{
background-color: #40442B;
}
</style>
border-color css
<style>
span { border-color: #40442B; }
span { border-color: rgb(64,68,43); }
td.TdClassName
{
border-color: #40442B;
}
.TagClassName
{
border-color: #40442B;
}
</style>