Shades of Scrub #3F4036
Tints of Scrub #3F4036
RGB
CMYK
RGB Variations
Color information
#3F4036 (or 0x3F4036) is known color: Scrub. HEX triplet: 3F, 40 and 36. RGB value is (63,64,54). Sum of RGB (Red+Green+Blue) = 63+64+54=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 54 (21.48% from 255 or 29.83% from 181); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4036 is #C0BFC9. Grayscale: #3E3E3E. Windows color (decimal): -12632010 or 3555391. OLE color: 3555391.
HSL color Cylindrical-coordinate representation of color #3F4036: hue angle of 66º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3F4036 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 64 | 54 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.75 |
| HSL | 66º | 0.08% | 0.23% | - |
| HSV(B) | 66º | 0.16% | 0.25% | - |
| XYZ | 4.55 | 4.99 | 4.21 | - |
| YUV | 62.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 54 | 0.02 | 0 | 0.16 | 0.75 | 66 | 0.08 | 0.23 |
| Hex | 3F | 40 | 36 | 2 | 0 | 10 | 4B | 42 | 8 | 17 |
| Octal | 77 | 100 | 66 | 2 | 0 | 20 | 113 | 102 | 10 | 27 |
| Binary | 111111 | 1000000 | 110110 | 10 | 0 | 10000 | 1001011 | 1000010 | 1000 | 10111 |
Color Harmonies of #3F4036
Complementary color
Monochromatic Colors of #3F4036
Black with #3F4036
Text Example
Text Example
White with #3F4036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4036; }
p { color: rgb(63,64,54); }
H1.HeaderClassName
{
color: #3F4036;
}
.AnyTagClassName
{
color: #3F4036;
}
</style>
background-color css
<style>
a { background-color: #3F4036; }
a { background-color: rgb(63,64,54); }
div.DivClassName
{
background-color: #3F4036;
}
.BgClassName
{
background-color: #3F4036;
}
</style>
border-color css
<style>
span { border-color: #3F4036; }
span { border-color: rgb(63,64,54); }
td.TdClassName
{
border-color: #3F4036;
}
.TagClassName
{
border-color: #3F4036;
}
</style>