Shades of Scrub #3D402D
Tints of Scrub #3D402D
RGB
CMYK
RGB Variations
Color information
#3D402D (or 0x3D402D) is known color: Scrub. HEX triplet: 3D, 40 and 2D. RGB value is (61,64,45). Sum of RGB (Red+Green+Blue) = 61+64+45=170 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.88% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 64 - color contains mainly: green. Hex color #3D402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D402D is #C2BFD2. Grayscale: #3D3D3D. Windows color (decimal): -12763091 or 2965565. OLE color: 2965565.
HSL color Cylindrical-coordinate representation of color #3D402D: hue angle of 69.47º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3D402D is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 64 | 45 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.75 |
| HSL | 69.47º | 0.17% | 0.21% | - |
| HSV(B) | 69.47º | 0.3% | 0.25% | - |
| XYZ | 4.23 | 4.85 | 3.2 | - |
| YUV | 60.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 45 | 0.05 | 0 | 0.30 | 0.75 | 69.47 | 0.17 | 0.21 |
| Hex | 3D | 40 | 2D | 5 | 0 | 1E | 4B | 45 | 11 | 15 |
| Octal | 75 | 100 | 55 | 5 | 0 | 36 | 113 | 105 | 21 | 25 |
| Binary | 111101 | 1000000 | 101101 | 101 | 0 | 11110 | 1001011 | 1000101 | 10001 | 10101 |
Color Harmonies of #3D402D
Complementary color
Monochromatic Colors of #3D402D
Black with #3D402D
Text Example
Text Example
White with #3D402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D402D; }
p { color: rgb(61,64,45); }
H1.HeaderClassName
{
color: #3D402D;
}
.AnyTagClassName
{
color: #3D402D;
}
</style>
background-color css
<style>
a { background-color: #3D402D; }
a { background-color: rgb(61,64,45); }
div.DivClassName
{
background-color: #3D402D;
}
.BgClassName
{
background-color: #3D402D;
}
</style>
border-color css
<style>
span { border-color: #3D402D; }
span { border-color: rgb(61,64,45); }
td.TdClassName
{
border-color: #3D402D;
}
.TagClassName
{
border-color: #3D402D;
}
</style>