Shades of Scrub #3E402F
Tints of Scrub #3E402F
RGB
CMYK
RGB Variations
Color information
#3E402F (or 0x3E402F) is known color: Scrub. HEX triplet: 3E, 40 and 2F. RGB value is (62,64,47). Sum of RGB (Red+Green+Blue) = 62+64+47=173 (22% of max value = 765). Red value is 62 (24.61% from 255 or 35.84% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 64 - color contains mainly: green. Hex color #3E402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E402F is #C1BFD0. Grayscale: #3D3D3D. Windows color (decimal): -12697553 or 3096638. OLE color: 3096638.
HSL color Cylindrical-coordinate representation of color #3E402F: hue angle of 67.06º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E402F is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 64 | 47 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.75 |
| HSL | 67.06º | 0.15% | 0.22% | - |
| HSV(B) | 67.06º | 0.27% | 0.25% | - |
| XYZ | 4.33 | 4.9 | 3.41 | - |
| YUV | 61.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 47 | 0.03 | 0 | 0.27 | 0.75 | 67.06 | 0.15 | 0.22 |
| Hex | 3E | 40 | 2F | 3 | 0 | 1B | 4B | 43 | F | 16 |
| Octal | 76 | 100 | 57 | 3 | 0 | 33 | 113 | 103 | 17 | 26 |
| Binary | 111110 | 1000000 | 101111 | 11 | 0 | 11011 | 1001011 | 1000011 | 1111 | 10110 |
Color Harmonies of #3E402F
Complementary color
Monochromatic Colors of #3E402F
Black with #3E402F
Text Example
Text Example
White with #3E402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E402F; }
p { color: rgb(62,64,47); }
H1.HeaderClassName
{
color: #3E402F;
}
.AnyTagClassName
{
color: #3E402F;
}
</style>
background-color css
<style>
a { background-color: #3E402F; }
a { background-color: rgb(62,64,47); }
div.DivClassName
{
background-color: #3E402F;
}
.BgClassName
{
background-color: #3E402F;
}
</style>
border-color css
<style>
span { border-color: #3E402F; }
span { border-color: rgb(62,64,47); }
td.TdClassName
{
border-color: #3E402F;
}
.TagClassName
{
border-color: #3E402F;
}
</style>