Shades of Scrub #3F4035
Tints of Scrub #3F4035
RGB
CMYK
RGB Variations
Color information
#3F4035 (or 0x3F4035) is known color: Scrub. HEX triplet: 3F, 40 and 35. RGB value is (63,64,53). Sum of RGB (Red+Green+Blue) = 63+64+53=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 53 (21.09% from 255 or 29.44% from 180); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4035 is #C0BFCA. Grayscale: #3E3E3E. Windows color (decimal): -12632011 or 3489855. OLE color: 3489855.
HSL color Cylindrical-coordinate representation of color #3F4035: hue angle of 65.45º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3F4035 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 64 | 53 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.75 |
| HSL | 65.45º | 0.09% | 0.23% | - |
| HSV(B) | 65.45º | 0.17% | 0.25% | - |
| XYZ | 4.53 | 4.98 | 4.09 | - |
| YUV | 62.45 | 122.67 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 53 | 0.02 | 0 | 0.17 | 0.75 | 65.45 | 0.09 | 0.23 |
| Hex | 3F | 40 | 35 | 2 | 0 | 11 | 4B | 41 | 9 | 17 |
| Octal | 77 | 100 | 65 | 2 | 0 | 21 | 113 | 101 | 11 | 27 |
| Binary | 111111 | 1000000 | 110101 | 10 | 0 | 10001 | 1001011 | 1000001 | 1001 | 10111 |
Color Harmonies of #3F4035
Complementary color
Monochromatic Colors of #3F4035
Black with #3F4035
Text Example
Text Example
White with #3F4035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4035; }
p { color: rgb(63,64,53); }
H1.HeaderClassName
{
color: #3F4035;
}
.AnyTagClassName
{
color: #3F4035;
}
</style>
background-color css
<style>
a { background-color: #3F4035; }
a { background-color: rgb(63,64,53); }
div.DivClassName
{
background-color: #3F4035;
}
.BgClassName
{
background-color: #3F4035;
}
</style>
border-color css
<style>
span { border-color: #3F4035; }
span { border-color: rgb(63,64,53); }
td.TdClassName
{
border-color: #3F4035;
}
.TagClassName
{
border-color: #3F4035;
}
</style>