Shades of Scrub #3D4033
Tints of Scrub #3D4033
RGB
CMYK
RGB Variations
Color information
#3D4033 (or 0x3D4033) is known color: Scrub. HEX triplet: 3D, 40 and 33. RGB value is (61,64,51). Sum of RGB (Red+Green+Blue) = 61+64+51=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 51 (20.31% from 255 or 28.98% from 176); Max value from RGB is 64 - color contains mainly: green. Hex color #3D4033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4033 is #C2BFCC. Grayscale: #3D3D3D. Windows color (decimal): -12763085 or 3358781. OLE color: 3358781.
HSL color Cylindrical-coordinate representation of color #3D4033: hue angle of 73.85º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3D4033 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 64 | 51 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.75 |
| HSL | 73.85º | 0.11% | 0.23% | - |
| HSV(B) | 73.85º | 0.2% | 0.25% | - |
| XYZ | 4.36 | 4.9 | 3.85 | - |
| YUV | 61.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 51 | 0.05 | 0 | 0.20 | 0.75 | 73.85 | 0.11 | 0.23 |
| Hex | 3D | 40 | 33 | 5 | 0 | 14 | 4B | 4A | B | 17 |
| Octal | 75 | 100 | 63 | 5 | 0 | 24 | 113 | 112 | 13 | 27 |
| Binary | 111101 | 1000000 | 110011 | 101 | 0 | 10100 | 1001011 | 1001010 | 1011 | 10111 |
Color Harmonies of #3D4033
Complementary color
Monochromatic Colors of #3D4033
Black with #3D4033
Text Example
Text Example
White with #3D4033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4033; }
p { color: rgb(61,64,51); }
H1.HeaderClassName
{
color: #3D4033;
}
.AnyTagClassName
{
color: #3D4033;
}
</style>
background-color css
<style>
a { background-color: #3D4033; }
a { background-color: rgb(61,64,51); }
div.DivClassName
{
background-color: #3D4033;
}
.BgClassName
{
background-color: #3D4033;
}
</style>
border-color css
<style>
span { border-color: #3D4033; }
span { border-color: rgb(61,64,51); }
td.TdClassName
{
border-color: #3D4033;
}
.TagClassName
{
border-color: #3D4033;
}
</style>