Shades of Scrub #3E422E
Tints of Scrub #3E422E
RGB
CMYK
RGB Variations
Color information
#3E422E (or 0x3E422E) is known color: Scrub. HEX triplet: 3E, 42 and 2E. RGB value is (62,66,46). Sum of RGB (Red+Green+Blue) = 62+66+46=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 66 - color contains mainly: green. Hex color #3E422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E422E is #C1BDD1. Grayscale: #3E3E3E. Windows color (decimal): -12697042 or 3031614. OLE color: 3031614.
HSL color Cylindrical-coordinate representation of color #3E422E: hue angle of 72º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3E422E is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 66 | 46 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.74 |
| HSL | 72º | 0.18% | 0.22% | - |
| HSV(B) | 72º | 0.3% | 0.26% | - |
| XYZ | 4.43 | 5.12 | 3.34 | - |
| YUV | 62.52 | 118.67 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 46 | 0.06 | 0 | 0.30 | 0.74 | 72 | 0.18 | 0.22 |
| Hex | 3E | 42 | 2E | 6 | 0 | 1E | 4A | 48 | 12 | 16 |
| Octal | 76 | 102 | 56 | 6 | 0 | 36 | 112 | 110 | 22 | 26 |
| Binary | 111110 | 1000010 | 101110 | 110 | 0 | 11110 | 1001010 | 1001000 | 10010 | 10110 |
Color Harmonies of #3E422E
Complementary color
Monochromatic Colors of #3E422E
Black with #3E422E
Text Example
Text Example
White with #3E422E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E422E; }
p { color: rgb(62,66,46); }
H1.HeaderClassName
{
color: #3E422E;
}
.AnyTagClassName
{
color: #3E422E;
}
</style>
background-color css
<style>
a { background-color: #3E422E; }
a { background-color: rgb(62,66,46); }
div.DivClassName
{
background-color: #3E422E;
}
.BgClassName
{
background-color: #3E422E;
}
</style>
border-color css
<style>
span { border-color: #3E422E; }
span { border-color: rgb(62,66,46); }
td.TdClassName
{
border-color: #3E422E;
}
.TagClassName
{
border-color: #3E422E;
}
</style>