Shades of Scrub #3E422C
Tints of Scrub #3E422C
RGB
CMYK
RGB Variations
Color information
#3E422C (or 0x3E422C) is known color: Scrub. HEX triplet: 3E, 42 and 2C. RGB value is (62,66,44). Sum of RGB (Red+Green+Blue) = 62+66+44=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 66 - color contains mainly: green. Hex color #3E422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E422C is #C1BDD3. Grayscale: #3E3E3E. Windows color (decimal): -12697044 or 2900542. OLE color: 2900542.
HSL color Cylindrical-coordinate representation of color #3E422C: hue angle of 70.91º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3E422C is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
RGB | 62 | 66 | 44 | - |
CMYK | 0.06 | 0 | 0.33 | 0.74 |
HSL | 70.91º | 0.2% | 0.22% | - |
HSV(B) | 70.91º | 0.33% | 0.26% | - |
XYZ | 4.39 | 5.1 | 3.14 | - |
YUV | 62.3 | 117.67 | 127.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 66 | 44 | 0.06 | 0 | 0.33 | 0.74 | 70.91 | 0.2 | 0.22 |
Hex | 3E | 42 | 2C | 6 | 0 | 21 | 4A | 47 | 14 | 16 |
Octal | 76 | 102 | 54 | 6 | 0 | 41 | 112 | 107 | 24 | 26 |
Binary | 111110 | 1000010 | 101100 | 110 | 0 | 100001 | 1001010 | 1000111 | 10100 | 10110 |
Color Harmonies of #3E422C
Complementary color
Monochromatic Colors of #3E422C
Black with #3E422C
Text Example
Text Example
White with #3E422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E422C; }
p { color: rgb(62,66,44); }
H1.HeaderClassName
{
color: #3E422C;
}
.AnyTagClassName
{
color: #3E422C;
}
</style>
background-color css
<style>
a { background-color: #3E422C; }
a { background-color: rgb(62,66,44); }
div.DivClassName
{
background-color: #3E422C;
}
.BgClassName
{
background-color: #3E422C;
}
</style>
border-color css
<style>
span { border-color: #3E422C; }
span { border-color: rgb(62,66,44); }
td.TdClassName
{
border-color: #3E422C;
}
.TagClassName
{
border-color: #3E422C;
}
</style>