Shades of Scrub #40432A
Tints of Scrub #40432A
RGB
CMYK
RGB Variations
Color information
#40432A (or 0x40432A) is known color: Scrub. HEX triplet: 40, 43 and 2A. RGB value is (64,67,42). Sum of RGB (Red+Green+Blue) = 64+67+42=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 67 - color contains mainly: green. Hex color #40432A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40432A is #BFBCD5. Grayscale: #3F3F3F. Windows color (decimal): -12565718 or 2769728. OLE color: 2769728.
HSL color Cylindrical-coordinate representation of color #40432A: hue angle of 67.2º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #40432A is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 67 | 42 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.74 |
| HSL | 67.2º | 0.23% | 0.21% | - |
| HSV(B) | 67.2º | 0.37% | 0.26% | - |
| XYZ | 4.54 | 5.27 | 2.97 | - |
| YUV | 63.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 42 | 0.04 | 0 | 0.37 | 0.74 | 67.2 | 0.23 | 0.21 |
| Hex | 40 | 43 | 2A | 4 | 0 | 25 | 4A | 43 | 17 | 15 |
| Octal | 100 | 103 | 52 | 4 | 0 | 45 | 112 | 103 | 27 | 25 |
| Binary | 1000000 | 1000011 | 101010 | 100 | 0 | 100101 | 1001010 | 1000011 | 10111 | 10101 |
Color Harmonies of #40432A
Complementary color
Monochromatic Colors of #40432A
Black with #40432A
Text Example
Text Example
White with #40432A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40432A; }
p { color: rgb(64,67,42); }
H1.HeaderClassName
{
color: #40432A;
}
.AnyTagClassName
{
color: #40432A;
}
</style>
background-color css
<style>
a { background-color: #40432A; }
a { background-color: rgb(64,67,42); }
div.DivClassName
{
background-color: #40432A;
}
.BgClassName
{
background-color: #40432A;
}
</style>
border-color css
<style>
span { border-color: #40432A; }
span { border-color: rgb(64,67,42); }
td.TdClassName
{
border-color: #40432A;
}
.TagClassName
{
border-color: #40432A;
}
</style>