Shades of Scrub #3E4135
Tints of Scrub #3E4135
RGB
CMYK
RGB Variations
Color information
#3E4135 (or 0x3E4135) is known color: Scrub. HEX triplet: 3E, 41 and 35. RGB value is (62,65,53). Sum of RGB (Red+Green+Blue) = 62+65+53=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 53 (21.09% from 255 or 29.44% from 180); Max value from RGB is 65 - color contains mainly: green. Hex color #3E4135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4135 is #C1BECA. Grayscale: #3E3E3E. Windows color (decimal): -12697291 or 3490110. OLE color: 3490110.
HSL color Cylindrical-coordinate representation of color #3E4135: hue angle of 75º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3E4135 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 65 | 53 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.75 |
| HSL | 75º | 0.1% | 0.23% | - |
| HSV(B) | 75º | 0.18% | 0.25% | - |
| XYZ | 4.52 | 5.06 | 4.11 | - |
| YUV | 62.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 53 | 0.05 | 0 | 0.18 | 0.75 | 75 | 0.1 | 0.23 |
| Hex | 3E | 41 | 35 | 5 | 0 | 12 | 4B | 4B | A | 17 |
| Octal | 76 | 101 | 65 | 5 | 0 | 22 | 113 | 113 | 12 | 27 |
| Binary | 111110 | 1000001 | 110101 | 101 | 0 | 10010 | 1001011 | 1001011 | 1010 | 10111 |
Color Harmonies of #3E4135
Complementary color
Monochromatic Colors of #3E4135
Black with #3E4135
Text Example
Text Example
White with #3E4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4135; }
p { color: rgb(62,65,53); }
H1.HeaderClassName
{
color: #3E4135;
}
.AnyTagClassName
{
color: #3E4135;
}
</style>
background-color css
<style>
a { background-color: #3E4135; }
a { background-color: rgb(62,65,53); }
div.DivClassName
{
background-color: #3E4135;
}
.BgClassName
{
background-color: #3E4135;
}
</style>
border-color css
<style>
span { border-color: #3E4135; }
span { border-color: rgb(62,65,53); }
td.TdClassName
{
border-color: #3E4135;
}
.TagClassName
{
border-color: #3E4135;
}
</style>