Shades of Scrub #3C402D
Tints of Scrub #3C402D
RGB
CMYK
RGB Variations
Color information
#3C402D (or 0x3C402D) is known color: Scrub. HEX triplet: 3C, 40 and 2D. RGB value is (60,64,45). Sum of RGB (Red+Green+Blue) = 60+64+45=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 64 (25.39% from 255 or 37.87% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 64 - color contains mainly: green. Hex color #3C402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C402D is #C3BFD2. Grayscale: #3C3C3C. Windows color (decimal): -12828627 or 2965564. OLE color: 2965564.
HSL color Cylindrical-coordinate representation of color #3C402D: hue angle of 72.63º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3C402D is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 64 | 45 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.75 |
| HSL | 72.63º | 0.17% | 0.21% | - |
| HSV(B) | 72.63º | 0.3% | 0.25% | - |
| XYZ | 4.17 | 4.82 | 3.19 | - |
| YUV | 60.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 45 | 0.06 | 0 | 0.30 | 0.75 | 72.63 | 0.17 | 0.21 |
| Hex | 3C | 40 | 2D | 6 | 0 | 1E | 4B | 49 | 11 | 15 |
| Octal | 74 | 100 | 55 | 6 | 0 | 36 | 113 | 111 | 21 | 25 |
| Binary | 111100 | 1000000 | 101101 | 110 | 0 | 11110 | 1001011 | 1001001 | 10001 | 10101 |
Color Harmonies of #3C402D
Complementary color
Monochromatic Colors of #3C402D
Black with #3C402D
Text Example
Text Example
White with #3C402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C402D; }
p { color: rgb(60,64,45); }
H1.HeaderClassName
{
color: #3C402D;
}
.AnyTagClassName
{
color: #3C402D;
}
</style>
background-color css
<style>
a { background-color: #3C402D; }
a { background-color: rgb(60,64,45); }
div.DivClassName
{
background-color: #3C402D;
}
.BgClassName
{
background-color: #3C402D;
}
</style>
border-color css
<style>
span { border-color: #3C402D; }
span { border-color: rgb(60,64,45); }
td.TdClassName
{
border-color: #3C402D;
}
.TagClassName
{
border-color: #3C402D;
}
</style>