Shades of Scrub #3E4134
Tints of Scrub #3E4134
RGB
CMYK
RGB Variations
Color information
#3E4134 (or 0x3E4134) is known color: Scrub. HEX triplet: 3E, 41 and 34. RGB value is (62,65,52). Sum of RGB (Red+Green+Blue) = 62+65+52=179 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.64% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 52 (20.70% from 255 or 29.05% from 179); Max value from RGB is 65 - color contains mainly: green. Hex color #3E4134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4134 is #C1BECB. Grayscale: #3E3E3E. Windows color (decimal): -12697292 or 3424574. OLE color: 3424574.
HSL color Cylindrical-coordinate representation of color #3E4134: hue angle of 73.85º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3E4134 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 65 | 52 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.75 |
| HSL | 73.85º | 0.11% | 0.23% | - |
| HSV(B) | 73.85º | 0.2% | 0.25% | - |
| XYZ | 4.5 | 5.05 | 3.99 | - |
| YUV | 62.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 52 | 0.05 | 0 | 0.20 | 0.75 | 73.85 | 0.11 | 0.23 |
| Hex | 3E | 41 | 34 | 5 | 0 | 14 | 4B | 4A | B | 17 |
| Octal | 76 | 101 | 64 | 5 | 0 | 24 | 113 | 112 | 13 | 27 |
| Binary | 111110 | 1000001 | 110100 | 101 | 0 | 10100 | 1001011 | 1001010 | 1011 | 10111 |
Color Harmonies of #3E4134
Complementary color
Monochromatic Colors of #3E4134
Black with #3E4134
Text Example
Text Example
White with #3E4134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4134; }
p { color: rgb(62,65,52); }
H1.HeaderClassName
{
color: #3E4134;
}
.AnyTagClassName
{
color: #3E4134;
}
</style>
background-color css
<style>
a { background-color: #3E4134; }
a { background-color: rgb(62,65,52); }
div.DivClassName
{
background-color: #3E4134;
}
.BgClassName
{
background-color: #3E4134;
}
</style>
border-color css
<style>
span { border-color: #3E4134; }
span { border-color: rgb(62,65,52); }
td.TdClassName
{
border-color: #3E4134;
}
.TagClassName
{
border-color: #3E4134;
}
</style>