Shades of Scrub #3F4134
Tints of Scrub #3F4134
RGB
CMYK
RGB Variations
Color information
#3F4134 (or 0x3F4134) is known color: Scrub. HEX triplet: 3F, 41 and 34. RGB value is (63,65,52). Sum of RGB (Red+Green+Blue) = 63+65+52=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 65 - color contains mainly: green. Hex color #3F4134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4134 is #C0BECB. Grayscale: #3E3E3E. Windows color (decimal): -12631756 or 3424575. OLE color: 3424575.
HSL color Cylindrical-coordinate representation of color #3F4134: hue angle of 69.23º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3F4134 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 65 | 52 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.75 |
| HSL | 69.23º | 0.11% | 0.23% | - |
| HSV(B) | 69.23º | 0.2% | 0.25% | - |
| XYZ | 4.56 | 5.09 | 3.99 | - |
| YUV | 62.92 | 121.84 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 52 | 0.03 | 0 | 0.20 | 0.75 | 69.23 | 0.11 | 0.23 |
| Hex | 3F | 41 | 34 | 3 | 0 | 14 | 4B | 45 | B | 17 |
| Octal | 77 | 101 | 64 | 3 | 0 | 24 | 113 | 105 | 13 | 27 |
| Binary | 111111 | 1000001 | 110100 | 11 | 0 | 10100 | 1001011 | 1000101 | 1011 | 10111 |
Color Harmonies of #3F4134
Complementary color
Monochromatic Colors of #3F4134
Black with #3F4134
Text Example
Text Example
White with #3F4134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4134; }
p { color: rgb(63,65,52); }
H1.HeaderClassName
{
color: #3F4134;
}
.AnyTagClassName
{
color: #3F4134;
}
</style>
background-color css
<style>
a { background-color: #3F4134; }
a { background-color: rgb(63,65,52); }
div.DivClassName
{
background-color: #3F4134;
}
.BgClassName
{
background-color: #3F4134;
}
</style>
border-color css
<style>
span { border-color: #3F4134; }
span { border-color: rgb(63,65,52); }
td.TdClassName
{
border-color: #3F4134;
}
.TagClassName
{
border-color: #3F4134;
}
</style>