Shades of Scrub #3D4034
Tints of Scrub #3D4034
RGB
CMYK
RGB Variations
Color information
#3D4034 (or 0x3D4034) is known color: Scrub. HEX triplet: 3D, 40 and 34. RGB value is (61,64,52). Sum of RGB (Red+Green+Blue) = 61+64+52=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4034 is #C2BFCB. Grayscale: #3D3D3D. Windows color (decimal): -12763084 or 3424317. OLE color: 3424317.
HSL color Cylindrical-coordinate representation of color #3D4034: hue angle of 75º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3D4034 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 64 | 52 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.75 |
| HSL | 75º | 0.1% | 0.23% | - |
| HSV(B) | 75º | 0.19% | 0.25% | - |
| XYZ | 4.38 | 4.91 | 3.97 | - |
| YUV | 61.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 52 | 0.05 | 0 | 0.19 | 0.75 | 75 | 0.1 | 0.23 |
| Hex | 3D | 40 | 34 | 5 | 0 | 13 | 4B | 4B | A | 17 |
| Octal | 75 | 100 | 64 | 5 | 0 | 23 | 113 | 113 | 12 | 27 |
| Binary | 111101 | 1000000 | 110100 | 101 | 0 | 10011 | 1001011 | 1001011 | 1010 | 10111 |
Color Harmonies of #3D4034
Complementary color
Monochromatic Colors of #3D4034
Black with #3D4034
Text Example
Text Example
White with #3D4034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4034; }
p { color: rgb(61,64,52); }
H1.HeaderClassName
{
color: #3D4034;
}
.AnyTagClassName
{
color: #3D4034;
}
</style>
background-color css
<style>
a { background-color: #3D4034; }
a { background-color: rgb(61,64,52); }
div.DivClassName
{
background-color: #3D4034;
}
.BgClassName
{
background-color: #3D4034;
}
</style>
border-color css
<style>
span { border-color: #3D4034; }
span { border-color: rgb(61,64,52); }
td.TdClassName
{
border-color: #3D4034;
}
.TagClassName
{
border-color: #3D4034;
}
</style>