Shades of Scrub #3C4030
Tints of Scrub #3C4030
RGB
CMYK
RGB Variations
Color information
#3C4030 (or 0x3C4030) is known color: Scrub. HEX triplet: 3C, 40 and 30. RGB value is (60,64,48). Sum of RGB (Red+Green+Blue) = 60+64+48=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4030 is #C3BFCF. Grayscale: #3D3D3D. Windows color (decimal): -12828624 or 3162172. OLE color: 3162172.
HSL color Cylindrical-coordinate representation of color #3C4030: hue angle of 75º degrees, saturation: 0.14, 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 #3C4030 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 64 | 48 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.75 |
| HSL | 75º | 0.14% | 0.22% | - |
| HSV(B) | 75º | 0.25% | 0.25% | - |
| XYZ | 4.23 | 4.84 | 3.51 | - |
| YUV | 60.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 48 | 0.06 | 0 | 0.25 | 0.75 | 75 | 0.14 | 0.22 |
| Hex | 3C | 40 | 30 | 6 | 0 | 19 | 4B | 4B | E | 16 |
| Octal | 74 | 100 | 60 | 6 | 0 | 31 | 113 | 113 | 16 | 26 |
| Binary | 111100 | 1000000 | 110000 | 110 | 0 | 11001 | 1001011 | 1001011 | 1110 | 10110 |
Color Harmonies of #3C4030
Complementary color
Monochromatic Colors of #3C4030
Black with #3C4030
Text Example
Text Example
White with #3C4030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4030; }
p { color: rgb(60,64,48); }
H1.HeaderClassName
{
color: #3C4030;
}
.AnyTagClassName
{
color: #3C4030;
}
</style>
background-color css
<style>
a { background-color: #3C4030; }
a { background-color: rgb(60,64,48); }
div.DivClassName
{
background-color: #3C4030;
}
.BgClassName
{
background-color: #3C4030;
}
</style>
border-color css
<style>
span { border-color: #3C4030; }
span { border-color: rgb(60,64,48); }
td.TdClassName
{
border-color: #3C4030;
}
.TagClassName
{
border-color: #3C4030;
}
</style>