Shades of Scrub #3F4234
Tints of Scrub #3F4234
RGB
CMYK
RGB Variations
Color information
#3F4234 (or 0x3F4234) is known color: Scrub. HEX triplet: 3F, 42 and 34. RGB value is (63,66,52). Sum of RGB (Red+Green+Blue) = 63+66+52=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 66 - color contains mainly: green. Hex color #3F4234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4234 is #C0BDCB. Grayscale: #3F3F3F. Windows color (decimal): -12631500 or 3424831. OLE color: 3424831.
HSL color Cylindrical-coordinate representation of color #3F4234: hue angle of 72.86º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F4234 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 66 | 52 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.74 |
| HSL | 72.86º | 0.12% | 0.23% | - |
| HSV(B) | 72.86º | 0.21% | 0.26% | - |
| XYZ | 4.62 | 5.2 | 4.01 | - |
| YUV | 63.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 52 | 0.05 | 0 | 0.21 | 0.74 | 72.86 | 0.12 | 0.23 |
| Hex | 3F | 42 | 34 | 5 | 0 | 15 | 4A | 49 | C | 17 |
| Octal | 77 | 102 | 64 | 5 | 0 | 25 | 112 | 111 | 14 | 27 |
| Binary | 111111 | 1000010 | 110100 | 101 | 0 | 10101 | 1001010 | 1001001 | 1100 | 10111 |
Color Harmonies of #3F4234
Complementary color
Monochromatic Colors of #3F4234
Black with #3F4234
Text Example
Text Example
White with #3F4234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4234; }
p { color: rgb(63,66,52); }
H1.HeaderClassName
{
color: #3F4234;
}
.AnyTagClassName
{
color: #3F4234;
}
</style>
background-color css
<style>
a { background-color: #3F4234; }
a { background-color: rgb(63,66,52); }
div.DivClassName
{
background-color: #3F4234;
}
.BgClassName
{
background-color: #3F4234;
}
</style>
border-color css
<style>
span { border-color: #3F4234; }
span { border-color: rgb(63,66,52); }
td.TdClassName
{
border-color: #3F4234;
}
.TagClassName
{
border-color: #3F4234;
}
</style>