Shades of Scrub #3D402E
Tints of Scrub #3D402E
RGB
CMYK
RGB Variations
Color information
#3D402E (or 0x3D402E) is known color: Scrub. HEX triplet: 3D, 40 and 2E. RGB value is (61,64,46). Sum of RGB (Red+Green+Blue) = 61+64+46=171 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.67% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 64 - color contains mainly: green. Hex color #3D402E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D402E is #C2BFD1. Grayscale: #3D3D3D. Windows color (decimal): -12763090 or 3031101. OLE color: 3031101.
HSL color Cylindrical-coordinate representation of color #3D402E: hue angle of 70º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D402E is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 64 | 46 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.75 |
| HSL | 70º | 0.16% | 0.22% | - |
| HSV(B) | 70º | 0.28% | 0.25% | - |
| XYZ | 4.25 | 4.86 | 3.3 | - |
| YUV | 61.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 46 | 0.05 | 0 | 0.28 | 0.75 | 70 | 0.16 | 0.22 |
| Hex | 3D | 40 | 2E | 5 | 0 | 1C | 4B | 46 | 10 | 16 |
| Octal | 75 | 100 | 56 | 5 | 0 | 34 | 113 | 106 | 20 | 26 |
| Binary | 111101 | 1000000 | 101110 | 101 | 0 | 11100 | 1001011 | 1000110 | 10000 | 10110 |
Color Harmonies of #3D402E
Complementary color
Monochromatic Colors of #3D402E
Black with #3D402E
Text Example
Text Example
White with #3D402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D402E; }
p { color: rgb(61,64,46); }
H1.HeaderClassName
{
color: #3D402E;
}
.AnyTagClassName
{
color: #3D402E;
}
</style>
background-color css
<style>
a { background-color: #3D402E; }
a { background-color: rgb(61,64,46); }
div.DivClassName
{
background-color: #3D402E;
}
.BgClassName
{
background-color: #3D402E;
}
</style>
border-color css
<style>
span { border-color: #3D402E; }
span { border-color: rgb(61,64,46); }
td.TdClassName
{
border-color: #3D402E;
}
.TagClassName
{
border-color: #3D402E;
}
</style>