Shades of Scrub #40422F
Tints of Scrub #40422F
RGB
CMYK
RGB Variations
Color information
#40422F (or 0x40422F) is known color: Scrub. HEX triplet: 40, 42 and 2F. RGB value is (64,66,47). Sum of RGB (Red+Green+Blue) = 64+66+47=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 66 - color contains mainly: green. Hex color #40422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40422F is #BFBDD0. Grayscale: #3F3F3F. Windows color (decimal): -12565969 or 3097152. OLE color: 3097152.
HSL color Cylindrical-coordinate representation of color #40422F: hue angle of 66.32º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #40422F is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 66 | 47 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.74 |
| HSL | 66.32º | 0.17% | 0.22% | - |
| HSV(B) | 66.32º | 0.29% | 0.26% | - |
| XYZ | 4.58 | 5.19 | 3.45 | - |
| YUV | 63.24 | 118.84 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 47 | 0.03 | 0 | 0.29 | 0.74 | 66.32 | 0.17 | 0.22 |
| Hex | 40 | 42 | 2F | 3 | 0 | 1D | 4A | 42 | 11 | 16 |
| Octal | 100 | 102 | 57 | 3 | 0 | 35 | 112 | 102 | 21 | 26 |
| Binary | 1000000 | 1000010 | 101111 | 11 | 0 | 11101 | 1001010 | 1000010 | 10001 | 10110 |
Color Harmonies of #40422F
Complementary color
Monochromatic Colors of #40422F
Black with #40422F
Text Example
Text Example
White with #40422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40422F; }
p { color: rgb(64,66,47); }
H1.HeaderClassName
{
color: #40422F;
}
.AnyTagClassName
{
color: #40422F;
}
</style>
background-color css
<style>
a { background-color: #40422F; }
a { background-color: rgb(64,66,47); }
div.DivClassName
{
background-color: #40422F;
}
.BgClassName
{
background-color: #40422F;
}
</style>
border-color css
<style>
span { border-color: #40422F; }
span { border-color: rgb(64,66,47); }
td.TdClassName
{
border-color: #40422F;
}
.TagClassName
{
border-color: #40422F;
}
</style>