Shades of Scrub #3C3F2F
Tints of Scrub #3C3F2F
RGB
CMYK
RGB Variations
Color information
#3C3F2F (or 0x3C3F2F) is known color: Scrub. HEX triplet: 3C, 3F and 2F. RGB value is (60,63,47). Sum of RGB (Red+Green+Blue) = 60+63+47=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 63 - color contains mainly: green. Hex color #3C3F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3F2F is #C3C0D0. Grayscale: #3C3C3C. Windows color (decimal): -12828881 or 3096380. OLE color: 3096380.
HSL color Cylindrical-coordinate representation of color #3C3F2F: hue angle of 71.25º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3C3F2F is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 63 | 47 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.75 |
| HSL | 71.25º | 0.15% | 0.22% | - |
| HSV(B) | 71.25º | 0.25% | 0.25% | - |
| XYZ | 4.15 | 4.72 | 3.38 | - |
| YUV | 60.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 63 | 47 | 0.05 | 0 | 0.25 | 0.75 | 71.25 | 0.15 | 0.22 |
| Hex | 3C | 3F | 2F | 5 | 0 | 19 | 4B | 47 | F | 16 |
| Octal | 74 | 77 | 57 | 5 | 0 | 31 | 113 | 107 | 17 | 26 |
| Binary | 111100 | 111111 | 101111 | 101 | 0 | 11001 | 1001011 | 1000111 | 1111 | 10110 |
Color Harmonies of #3C3F2F
Complementary color
Monochromatic Colors of #3C3F2F
Black with #3C3F2F
Text Example
Text Example
White with #3C3F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3F2F; }
p { color: rgb(60,63,47); }
H1.HeaderClassName
{
color: #3C3F2F;
}
.AnyTagClassName
{
color: #3C3F2F;
}
</style>
background-color css
<style>
a { background-color: #3C3F2F; }
a { background-color: rgb(60,63,47); }
div.DivClassName
{
background-color: #3C3F2F;
}
.BgClassName
{
background-color: #3C3F2F;
}
</style>
border-color css
<style>
span { border-color: #3C3F2F; }
span { border-color: rgb(60,63,47); }
td.TdClassName
{
border-color: #3C3F2F;
}
.TagClassName
{
border-color: #3C3F2F;
}
</style>