Shades of Scrub #3F4032
Tints of Scrub #3F4032
RGB
CMYK
RGB Variations
Color information
#3F4032 (or 0x3F4032) is known color: Scrub. HEX triplet: 3F, 40 and 32. RGB value is (63,64,50). Sum of RGB (Red+Green+Blue) = 63+64+50=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4032 is #C0BFCD. Grayscale: #3E3E3E. Windows color (decimal): -12632014 or 3293247. OLE color: 3293247.
HSL color Cylindrical-coordinate representation of color #3F4032: hue angle of 64.29º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F4032 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 64 | 50 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.75 |
| HSL | 64.29º | 0.12% | 0.22% | - |
| HSV(B) | 64.29º | 0.22% | 0.25% | - |
| XYZ | 4.46 | 4.95 | 3.74 | - |
| YUV | 62.11 | 121.17 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 50 | 0.02 | 0 | 0.22 | 0.75 | 64.29 | 0.12 | 0.22 |
| Hex | 3F | 40 | 32 | 2 | 0 | 16 | 4B | 40 | C | 16 |
| Octal | 77 | 100 | 62 | 2 | 0 | 26 | 113 | 100 | 14 | 26 |
| Binary | 111111 | 1000000 | 110010 | 10 | 0 | 10110 | 1001011 | 1000000 | 1100 | 10110 |
Color Harmonies of #3F4032
Complementary color
Monochromatic Colors of #3F4032
Black with #3F4032
Text Example
Text Example
White with #3F4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4032; }
p { color: rgb(63,64,50); }
H1.HeaderClassName
{
color: #3F4032;
}
.AnyTagClassName
{
color: #3F4032;
}
</style>
background-color css
<style>
a { background-color: #3F4032; }
a { background-color: rgb(63,64,50); }
div.DivClassName
{
background-color: #3F4032;
}
.BgClassName
{
background-color: #3F4032;
}
</style>
border-color css
<style>
span { border-color: #3F4032; }
span { border-color: rgb(63,64,50); }
td.TdClassName
{
border-color: #3F4032;
}
.TagClassName
{
border-color: #3F4032;
}
</style>