Shades of Scrub #3F422E
Tints of Scrub #3F422E
RGB
CMYK
RGB Variations
Color information
#3F422E (or 0x3F422E) is known color: Scrub. HEX triplet: 3F, 42 and 2E. RGB value is (63,66,46). Sum of RGB (Red+Green+Blue) = 63+66+46=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 66 - color contains mainly: green. Hex color #3F422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F422E is #C0BDD1. Grayscale: #3E3E3E. Windows color (decimal): -12631506 or 3031615. OLE color: 3031615.
HSL color Cylindrical-coordinate representation of color #3F422E: hue angle of 69º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F422E is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 66 | 46 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.74 |
| HSL | 69º | 0.18% | 0.22% | - |
| HSV(B) | 69º | 0.3% | 0.26% | - |
| XYZ | 4.49 | 5.15 | 3.34 | - |
| YUV | 62.82 | 118.51 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 46 | 0.05 | 0 | 0.30 | 0.74 | 69 | 0.18 | 0.22 |
| Hex | 3F | 42 | 2E | 5 | 0 | 1E | 4A | 45 | 12 | 16 |
| Octal | 77 | 102 | 56 | 5 | 0 | 36 | 112 | 105 | 22 | 26 |
| Binary | 111111 | 1000010 | 101110 | 101 | 0 | 11110 | 1001010 | 1000101 | 10010 | 10110 |
Color Harmonies of #3F422E
Complementary color
Monochromatic Colors of #3F422E
Black with #3F422E
Text Example
Text Example
White with #3F422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F422E; }
p { color: rgb(63,66,46); }
H1.HeaderClassName
{
color: #3F422E;
}
.AnyTagClassName
{
color: #3F422E;
}
</style>
background-color css
<style>
a { background-color: #3F422E; }
a { background-color: rgb(63,66,46); }
div.DivClassName
{
background-color: #3F422E;
}
.BgClassName
{
background-color: #3F422E;
}
</style>
border-color css
<style>
span { border-color: #3F422E; }
span { border-color: rgb(63,66,46); }
td.TdClassName
{
border-color: #3F422E;
}
.TagClassName
{
border-color: #3F422E;
}
</style>