Shades of Scrub #3F422F
Tints of Scrub #3F422F
RGB
CMYK
RGB Variations
Color information
#3F422F (or 0x3F422F) is known color: Scrub. HEX triplet: 3F, 42 and 2F. RGB value is (63,66,47). Sum of RGB (Red+Green+Blue) = 63+66+47=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 66 - color contains mainly: green. Hex color #3F422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F422F is #C0BDD0. Grayscale: #3F3F3F. Windows color (decimal): -12631505 or 3097151. OLE color: 3097151.
HSL color Cylindrical-coordinate representation of color #3F422F: hue angle of 69.47º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F422F is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 66 | 47 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.74 |
| HSL | 69.47º | 0.17% | 0.22% | - |
| HSV(B) | 69.47º | 0.29% | 0.26% | - |
| XYZ | 4.51 | 5.16 | 3.45 | - |
| YUV | 62.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 47 | 0.05 | 0 | 0.29 | 0.74 | 69.47 | 0.17 | 0.22 |
| Hex | 3F | 42 | 2F | 5 | 0 | 1D | 4A | 45 | 11 | 16 |
| Octal | 77 | 102 | 57 | 5 | 0 | 35 | 112 | 105 | 21 | 26 |
| Binary | 111111 | 1000010 | 101111 | 101 | 0 | 11101 | 1001010 | 1000101 | 10001 | 10110 |
Color Harmonies of #3F422F
Complementary color
Monochromatic Colors of #3F422F
Black with #3F422F
Text Example
Text Example
White with #3F422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F422F; }
p { color: rgb(63,66,47); }
H1.HeaderClassName
{
color: #3F422F;
}
.AnyTagClassName
{
color: #3F422F;
}
</style>
background-color css
<style>
a { background-color: #3F422F; }
a { background-color: rgb(63,66,47); }
div.DivClassName
{
background-color: #3F422F;
}
.BgClassName
{
background-color: #3F422F;
}
</style>
border-color css
<style>
span { border-color: #3F422F; }
span { border-color: rgb(63,66,47); }
td.TdClassName
{
border-color: #3F422F;
}
.TagClassName
{
border-color: #3F422F;
}
</style>