Shades of Scrub #3E402E
Tints of Scrub #3E402E
RGB
CMYK
RGB Variations
Color information
#3E402E (or 0x3E402E) is known color: Scrub. HEX triplet: 3E, 40 and 2E. RGB value is (62,64,46). Sum of RGB (Red+Green+Blue) = 62+64+46=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 64 - color contains mainly: green. Hex color #3E402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E402E is #C1BFD1. Grayscale: #3D3D3D. Windows color (decimal): -12697554 or 3031102. OLE color: 3031102.
HSL color Cylindrical-coordinate representation of color #3E402E: hue angle of 66.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3E402E is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 64 | 46 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.75 |
| HSL | 66.67º | 0.16% | 0.22% | - |
| HSV(B) | 66.67º | 0.28% | 0.25% | - |
| XYZ | 4.31 | 4.89 | 3.3 | - |
| YUV | 61.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 46 | 0.03 | 0 | 0.28 | 0.75 | 66.67 | 0.16 | 0.22 |
| Hex | 3E | 40 | 2E | 3 | 0 | 1C | 4B | 43 | 10 | 16 |
| Octal | 76 | 100 | 56 | 3 | 0 | 34 | 113 | 103 | 20 | 26 |
| Binary | 111110 | 1000000 | 101110 | 11 | 0 | 11100 | 1001011 | 1000011 | 10000 | 10110 |
Color Harmonies of #3E402E
Complementary color
Monochromatic Colors of #3E402E
Black with #3E402E
Text Example
Text Example
White with #3E402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E402E; }
p { color: rgb(62,64,46); }
H1.HeaderClassName
{
color: #3E402E;
}
.AnyTagClassName
{
color: #3E402E;
}
</style>
background-color css
<style>
a { background-color: #3E402E; }
a { background-color: rgb(62,64,46); }
div.DivClassName
{
background-color: #3E402E;
}
.BgClassName
{
background-color: #3E402E;
}
</style>
border-color css
<style>
span { border-color: #3E402E; }
span { border-color: rgb(62,64,46); }
td.TdClassName
{
border-color: #3E402E;
}
.TagClassName
{
border-color: #3E402E;
}
</style>