Shades of Scrub #3F422C
Tints of Scrub #3F422C
RGB
CMYK
RGB Variations
Color information
#3F422C (or 0x3F422C) is known color: Scrub. HEX triplet: 3F, 42 and 2C. RGB value is (63,66,44). Sum of RGB (Red+Green+Blue) = 63+66+44=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 66 - color contains mainly: green. Hex color #3F422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F422C is #C0BDD3. Grayscale: #3E3E3E. Windows color (decimal): -12631508 or 2900543. OLE color: 2900543.
HSL color Cylindrical-coordinate representation of color #3F422C: hue angle of 68.18º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F422C is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 66 | 44 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.74 |
| HSL | 68.18º | 0.2% | 0.22% | - |
| HSV(B) | 68.18º | 0.33% | 0.26% | - |
| XYZ | 4.45 | 5.14 | 3.14 | - |
| YUV | 62.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 44 | 0.05 | 0 | 0.33 | 0.74 | 68.18 | 0.2 | 0.22 |
| Hex | 3F | 42 | 2C | 5 | 0 | 21 | 4A | 44 | 14 | 16 |
| Octal | 77 | 102 | 54 | 5 | 0 | 41 | 112 | 104 | 24 | 26 |
| Binary | 111111 | 1000010 | 101100 | 101 | 0 | 100001 | 1001010 | 1000100 | 10100 | 10110 |
Color Harmonies of #3F422C
Complementary color
Monochromatic Colors of #3F422C
Black with #3F422C
Text Example
Text Example
White with #3F422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F422C; }
p { color: rgb(63,66,44); }
H1.HeaderClassName
{
color: #3F422C;
}
.AnyTagClassName
{
color: #3F422C;
}
</style>
background-color css
<style>
a { background-color: #3F422C; }
a { background-color: rgb(63,66,44); }
div.DivClassName
{
background-color: #3F422C;
}
.BgClassName
{
background-color: #3F422C;
}
</style>
border-color css
<style>
span { border-color: #3F422C; }
span { border-color: rgb(63,66,44); }
td.TdClassName
{
border-color: #3F422C;
}
.TagClassName
{
border-color: #3F422C;
}
</style>