Shades of Scrub #3F4034
Tints of Scrub #3F4034
RGB
CMYK
RGB Variations
Color information
#3F4034 (or 0x3F4034) is known color: Scrub. HEX triplet: 3F, 40 and 34. RGB value is (63,64,52). Sum of RGB (Red+Green+Blue) = 63+64+52=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 52 (20.70% from 255 or 29.05% from 179); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4034 is #C0BFCB. Grayscale: #3E3E3E. Windows color (decimal): -12632012 or 3424319. OLE color: 3424319.
HSL color Cylindrical-coordinate representation of color #3F4034: hue angle of 65º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3F4034 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 64 | 52 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.75 |
| HSL | 65º | 0.1% | 0.23% | - |
| HSV(B) | 65º | 0.19% | 0.25% | - |
| XYZ | 4.5 | 4.97 | 3.97 | - |
| YUV | 62.33 | 122.17 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 52 | 0.02 | 0 | 0.19 | 0.75 | 65 | 0.1 | 0.23 |
| Hex | 3F | 40 | 34 | 2 | 0 | 13 | 4B | 41 | A | 17 |
| Octal | 77 | 100 | 64 | 2 | 0 | 23 | 113 | 101 | 12 | 27 |
| Binary | 111111 | 1000000 | 110100 | 10 | 0 | 10011 | 1001011 | 1000001 | 1010 | 10111 |
Color Harmonies of #3F4034
Complementary color
Monochromatic Colors of #3F4034
Black with #3F4034
Text Example
Text Example
White with #3F4034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4034; }
p { color: rgb(63,64,52); }
H1.HeaderClassName
{
color: #3F4034;
}
.AnyTagClassName
{
color: #3F4034;
}
</style>
background-color css
<style>
a { background-color: #3F4034; }
a { background-color: rgb(63,64,52); }
div.DivClassName
{
background-color: #3F4034;
}
.BgClassName
{
background-color: #3F4034;
}
</style>
border-color css
<style>
span { border-color: #3F4034; }
span { border-color: rgb(63,64,52); }
td.TdClassName
{
border-color: #3F4034;
}
.TagClassName
{
border-color: #3F4034;
}
</style>