Shades of Scrub #3C402F
Tints of Scrub #3C402F
RGB
CMYK
RGB Variations
Color information
#3C402F (or 0x3C402F) is known color: Scrub. HEX triplet: 3C, 40 and 2F. RGB value is (60,64,47). Sum of RGB (Red+Green+Blue) = 60+64+47=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 64 - color contains mainly: green. Hex color #3C402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C402F is #C3BFD0. Grayscale: #3C3C3C. Windows color (decimal): -12828625 or 3096636. OLE color: 3096636.
HSL color Cylindrical-coordinate representation of color #3C402F: hue angle of 74.12º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C402F is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 64 | 47 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.75 |
| HSL | 74.12º | 0.15% | 0.22% | - |
| HSV(B) | 74.12º | 0.27% | 0.25% | - |
| XYZ | 4.21 | 4.83 | 3.4 | - |
| YUV | 60.87 | 120.17 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 47 | 0.06 | 0 | 0.27 | 0.75 | 74.12 | 0.15 | 0.22 |
| Hex | 3C | 40 | 2F | 6 | 0 | 1B | 4B | 4A | F | 16 |
| Octal | 74 | 100 | 57 | 6 | 0 | 33 | 113 | 112 | 17 | 26 |
| Binary | 111100 | 1000000 | 101111 | 110 | 0 | 11011 | 1001011 | 1001010 | 1111 | 10110 |
Color Harmonies of #3C402F
Complementary color
Monochromatic Colors of #3C402F
Black with #3C402F
Text Example
Text Example
White with #3C402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C402F; }
p { color: rgb(60,64,47); }
H1.HeaderClassName
{
color: #3C402F;
}
.AnyTagClassName
{
color: #3C402F;
}
</style>
background-color css
<style>
a { background-color: #3C402F; }
a { background-color: rgb(60,64,47); }
div.DivClassName
{
background-color: #3C402F;
}
.BgClassName
{
background-color: #3C402F;
}
</style>
border-color css
<style>
span { border-color: #3C402F; }
span { border-color: rgb(60,64,47); }
td.TdClassName
{
border-color: #3C402F;
}
.TagClassName
{
border-color: #3C402F;
}
</style>