Shades of Scrub #3F4334
Tints of Scrub #3F4334
RGB
CMYK
RGB Variations
Color information
#3F4334 (or 0x3F4334) is known color: Scrub. HEX triplet: 3F, 43 and 34. RGB value is (63,67,52). Sum of RGB (Red+Green+Blue) = 63+67+52=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 67 - color contains mainly: green. Hex color #3F4334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4334 is #C0BCCB. Grayscale: #404040. Windows color (decimal): -12631244 or 3425087. OLE color: 3425087.
HSL color Cylindrical-coordinate representation of color #3F4334: hue angle of 76º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F4334 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 67 | 52 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.74 |
| HSL | 76º | 0.13% | 0.23% | - |
| HSV(B) | 76º | 0.22% | 0.26% | - |
| XYZ | 4.68 | 5.32 | 4.03 | - |
| YUV | 64.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 52 | 0.06 | 0 | 0.22 | 0.74 | 76 | 0.13 | 0.23 |
| Hex | 3F | 43 | 34 | 6 | 0 | 16 | 4A | 4C | D | 17 |
| Octal | 77 | 103 | 64 | 6 | 0 | 26 | 112 | 114 | 15 | 27 |
| Binary | 111111 | 1000011 | 110100 | 110 | 0 | 10110 | 1001010 | 1001100 | 1101 | 10111 |
Color Harmonies of #3F4334
Complementary color
Monochromatic Colors of #3F4334
Black with #3F4334
Text Example
Text Example
White with #3F4334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4334; }
p { color: rgb(63,67,52); }
H1.HeaderClassName
{
color: #3F4334;
}
.AnyTagClassName
{
color: #3F4334;
}
</style>
background-color css
<style>
a { background-color: #3F4334; }
a { background-color: rgb(63,67,52); }
div.DivClassName
{
background-color: #3F4334;
}
.BgClassName
{
background-color: #3F4334;
}
</style>
border-color css
<style>
span { border-color: #3F4334; }
span { border-color: rgb(63,67,52); }
td.TdClassName
{
border-color: #3F4334;
}
.TagClassName
{
border-color: #3F4334;
}
</style>