Shades of Scrub #3E442B
Tints of Scrub #3E442B
RGB
CMYK
RGB Variations
Color information
#3E442B (or 0x3E442B) is known color: Scrub. HEX triplet: 3E, 44 and 2B. RGB value is (62,68,43). Sum of RGB (Red+Green+Blue) = 62+68+43=173 (22% of max value = 765). Red value is 62 (24.61% from 255 or 35.84% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 68 - color contains mainly: green. Hex color #3E442B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E442B is #C1BBD4. Grayscale: #3F3F3F. Windows color (decimal): -12696533 or 2835518. OLE color: 2835518.
HSL color Cylindrical-coordinate representation of color #3E442B: hue angle of 74.4º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E442B is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 68 | 43 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.73 |
| HSL | 74.4º | 0.23% | 0.22% | - |
| HSV(B) | 74.4º | 0.37% | 0.27% | - |
| XYZ | 4.49 | 5.33 | 3.08 | - |
| YUV | 63.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 68 | 43 | 0.09 | 0 | 0.37 | 0.73 | 74.4 | 0.23 | 0.22 |
| Hex | 3E | 44 | 2B | 9 | 0 | 25 | 49 | 4A | 17 | 16 |
| Octal | 76 | 104 | 53 | 11 | 0 | 45 | 111 | 112 | 27 | 26 |
| Binary | 111110 | 1000100 | 101011 | 1001 | 0 | 100101 | 1001001 | 1001010 | 10111 | 10110 |
Color Harmonies of #3E442B
Complementary color
Monochromatic Colors of #3E442B
Black with #3E442B
Text Example
Text Example
White with #3E442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E442B; }
p { color: rgb(62,68,43); }
H1.HeaderClassName
{
color: #3E442B;
}
.AnyTagClassName
{
color: #3E442B;
}
</style>
background-color css
<style>
a { background-color: #3E442B; }
a { background-color: rgb(62,68,43); }
div.DivClassName
{
background-color: #3E442B;
}
.BgClassName
{
background-color: #3E442B;
}
</style>
border-color css
<style>
span { border-color: #3E442B; }
span { border-color: rgb(62,68,43); }
td.TdClassName
{
border-color: #3E442B;
}
.TagClassName
{
border-color: #3E442B;
}
</style>