Shades of Scrub #3D4032
Tints of Scrub #3D4032
RGB
CMYK
RGB Variations
Color information
#3D4032 (or 0x3D4032) is known color: Scrub. HEX triplet: 3D, 40 and 32. RGB value is (61,64,50). Sum of RGB (Red+Green+Blue) = 61+64+50=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4032 is #C2BFCD. Grayscale: #3D3D3D. Windows color (decimal): -12763086 or 3293245. OLE color: 3293245.
HSL color Cylindrical-coordinate representation of color #3D4032: hue angle of 72.86º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3D4032 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 64 | 50 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.75 |
| HSL | 72.86º | 0.12% | 0.22% | - |
| HSV(B) | 72.86º | 0.22% | 0.25% | - |
| XYZ | 4.33 | 4.89 | 3.73 | - |
| YUV | 61.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 50 | 0.05 | 0 | 0.22 | 0.75 | 72.86 | 0.12 | 0.22 |
| Hex | 3D | 40 | 32 | 5 | 0 | 16 | 4B | 49 | C | 16 |
| Octal | 75 | 100 | 62 | 5 | 0 | 26 | 113 | 111 | 14 | 26 |
| Binary | 111101 | 1000000 | 110010 | 101 | 0 | 10110 | 1001011 | 1001001 | 1100 | 10110 |
Color Harmonies of #3D4032
Complementary color
Monochromatic Colors of #3D4032
Black with #3D4032
Text Example
Text Example
White with #3D4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4032; }
p { color: rgb(61,64,50); }
H1.HeaderClassName
{
color: #3D4032;
}
.AnyTagClassName
{
color: #3D4032;
}
</style>
background-color css
<style>
a { background-color: #3D4032; }
a { background-color: rgb(61,64,50); }
div.DivClassName
{
background-color: #3D4032;
}
.BgClassName
{
background-color: #3D4032;
}
</style>
border-color css
<style>
span { border-color: #3D4032; }
span { border-color: rgb(61,64,50); }
td.TdClassName
{
border-color: #3D4032;
}
.TagClassName
{
border-color: #3D4032;
}
</style>