Shades of Scrub #3E402A
Tints of Scrub #3E402A
RGB
CMYK
RGB Variations
Color information
#3E402A (or 0x3E402A) is known color: Scrub. HEX triplet: 3E, 40 and 2A. RGB value is (62,64,42). Sum of RGB (Red+Green+Blue) = 62+64+42=168 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.90% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 64 - color contains mainly: green. Hex color #3E402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E402A is #C1BFD5. Grayscale: #3C3C3C. Windows color (decimal): -12697558 or 2768958. OLE color: 2768958.
HSL color Cylindrical-coordinate representation of color #3E402A: hue angle of 65.45º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E402A is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 64 | 42 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.75 |
| HSL | 65.45º | 0.21% | 0.21% | - |
| HSV(B) | 65.45º | 0.34% | 0.25% | - |
| XYZ | 4.24 | 4.86 | 2.9 | - |
| YUV | 60.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 42 | 0.03 | 0 | 0.34 | 0.75 | 65.45 | 0.21 | 0.21 |
| Hex | 3E | 40 | 2A | 3 | 0 | 22 | 4B | 41 | 15 | 15 |
| Octal | 76 | 100 | 52 | 3 | 0 | 42 | 113 | 101 | 25 | 25 |
| Binary | 111110 | 1000000 | 101010 | 11 | 0 | 100010 | 1001011 | 1000001 | 10101 | 10101 |
Color Harmonies of #3E402A
Complementary color
Monochromatic Colors of #3E402A
Black with #3E402A
Text Example
Text Example
White with #3E402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E402A; }
p { color: rgb(62,64,42); }
H1.HeaderClassName
{
color: #3E402A;
}
.AnyTagClassName
{
color: #3E402A;
}
</style>
background-color css
<style>
a { background-color: #3E402A; }
a { background-color: rgb(62,64,42); }
div.DivClassName
{
background-color: #3E402A;
}
.BgClassName
{
background-color: #3E402A;
}
</style>
border-color css
<style>
span { border-color: #3E402A; }
span { border-color: rgb(62,64,42); }
td.TdClassName
{
border-color: #3E402A;
}
.TagClassName
{
border-color: #3E402A;
}
</style>