Shades of Scrub #3E422F
Tints of Scrub #3E422F
RGB
CMYK
RGB Variations
Color information
#3E422F (or 0x3E422F) is known color: Scrub. HEX triplet: 3E, 42 and 2F. RGB value is (62,66,47). Sum of RGB (Red+Green+Blue) = 62+66+47=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 47 (18.75% from 255 or 26.86% from 175); Max value from RGB is 66 - color contains mainly: green. Hex color #3E422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E422F is #C1BDD0. Grayscale: #3E3E3E. Windows color (decimal): -12697041 or 3097150. OLE color: 3097150.
HSL color Cylindrical-coordinate representation of color #3E422F: hue angle of 72.63º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3E422F is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 66 | 47 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.74 |
| HSL | 72.63º | 0.17% | 0.22% | - |
| HSV(B) | 72.63º | 0.29% | 0.26% | - |
| XYZ | 4.45 | 5.13 | 3.44 | - |
| YUV | 62.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 47 | 0.06 | 0 | 0.29 | 0.74 | 72.63 | 0.17 | 0.22 |
| Hex | 3E | 42 | 2F | 6 | 0 | 1D | 4A | 49 | 11 | 16 |
| Octal | 76 | 102 | 57 | 6 | 0 | 35 | 112 | 111 | 21 | 26 |
| Binary | 111110 | 1000010 | 101111 | 110 | 0 | 11101 | 1001010 | 1001001 | 10001 | 10110 |
Color Harmonies of #3E422F
Complementary color
Monochromatic Colors of #3E422F
Black with #3E422F
Text Example
Text Example
White with #3E422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E422F; }
p { color: rgb(62,66,47); }
H1.HeaderClassName
{
color: #3E422F;
}
.AnyTagClassName
{
color: #3E422F;
}
</style>
background-color css
<style>
a { background-color: #3E422F; }
a { background-color: rgb(62,66,47); }
div.DivClassName
{
background-color: #3E422F;
}
.BgClassName
{
background-color: #3E422F;
}
</style>
border-color css
<style>
span { border-color: #3E422F; }
span { border-color: rgb(62,66,47); }
td.TdClassName
{
border-color: #3E422F;
}
.TagClassName
{
border-color: #3E422F;
}
</style>