Shades of Scrub #3E402D
Tints of Scrub #3E402D
RGB
CMYK
RGB Variations
Color information
#3E402D (or 0x3E402D) is known color: Scrub. HEX triplet: 3E, 40 and 2D. RGB value is (62,64,45). Sum of RGB (Red+Green+Blue) = 62+64+45=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 64 - color contains mainly: green. Hex color #3E402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E402D is #C1BFD2. Grayscale: #3D3D3D. Windows color (decimal): -12697555 or 2965566. OLE color: 2965566.
HSL color Cylindrical-coordinate representation of color #3E402D: hue angle of 66.32º 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 #3E402D is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 64 | 45 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.75 |
| HSL | 66.32º | 0.17% | 0.21% | - |
| HSV(B) | 66.32º | 0.3% | 0.25% | - |
| XYZ | 4.29 | 4.88 | 3.2 | - |
| YUV | 61.24 | 118.84 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 45 | 0.03 | 0 | 0.30 | 0.75 | 66.32 | 0.17 | 0.21 |
| Hex | 3E | 40 | 2D | 3 | 0 | 1E | 4B | 42 | 11 | 15 |
| Octal | 76 | 100 | 55 | 3 | 0 | 36 | 113 | 102 | 21 | 25 |
| Binary | 111110 | 1000000 | 101101 | 11 | 0 | 11110 | 1001011 | 1000010 | 10001 | 10101 |
Color Harmonies of #3E402D
Complementary color
Monochromatic Colors of #3E402D
Black with #3E402D
Text Example
Text Example
White with #3E402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E402D; }
p { color: rgb(62,64,45); }
H1.HeaderClassName
{
color: #3E402D;
}
.AnyTagClassName
{
color: #3E402D;
}
</style>
background-color css
<style>
a { background-color: #3E402D; }
a { background-color: rgb(62,64,45); }
div.DivClassName
{
background-color: #3E402D;
}
.BgClassName
{
background-color: #3E402D;
}
</style>
border-color css
<style>
span { border-color: #3E402D; }
span { border-color: rgb(62,64,45); }
td.TdClassName
{
border-color: #3E402D;
}
.TagClassName
{
border-color: #3E402D;
}
</style>