Shades of Scrub #3D3F2D
Tints of Scrub #3D3F2D
RGB
CMYK
RGB Variations
Color information
#3D3F2D (or 0x3D3F2D) is known color: Scrub. HEX triplet: 3D, 3F and 2D. RGB value is (61,63,45). Sum of RGB (Red+Green+Blue) = 61+63+45=169 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.09% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 63 - color contains mainly: green. Hex color #3D3F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3F2D is #C2C0D2. Grayscale: #3C3C3C. Windows color (decimal): -12763347 or 2965309. OLE color: 2965309.
HSL color Cylindrical-coordinate representation of color #3D3F2D: hue angle of 66.67º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3D3F2D is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 63 | 45 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.75 |
| HSL | 66.67º | 0.17% | 0.21% | - |
| HSV(B) | 66.67º | 0.29% | 0.25% | - |
| XYZ | 4.18 | 4.74 | 3.18 | - |
| YUV | 60.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 63 | 45 | 0.03 | 0 | 0.29 | 0.75 | 66.67 | 0.17 | 0.21 |
| Hex | 3D | 3F | 2D | 3 | 0 | 1D | 4B | 43 | 11 | 15 |
| Octal | 75 | 77 | 55 | 3 | 0 | 35 | 113 | 103 | 21 | 25 |
| Binary | 111101 | 111111 | 101101 | 11 | 0 | 11101 | 1001011 | 1000011 | 10001 | 10101 |
Color Harmonies of #3D3F2D
Complementary color
Monochromatic Colors of #3D3F2D
Black with #3D3F2D
Text Example
Text Example
White with #3D3F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3F2D; }
p { color: rgb(61,63,45); }
H1.HeaderClassName
{
color: #3D3F2D;
}
.AnyTagClassName
{
color: #3D3F2D;
}
</style>
background-color css
<style>
a { background-color: #3D3F2D; }
a { background-color: rgb(61,63,45); }
div.DivClassName
{
background-color: #3D3F2D;
}
.BgClassName
{
background-color: #3D3F2D;
}
</style>
border-color css
<style>
span { border-color: #3D3F2D; }
span { border-color: rgb(61,63,45); }
td.TdClassName
{
border-color: #3D3F2D;
}
.TagClassName
{
border-color: #3D3F2D;
}
</style>