Shades of Scrub #3D3E36
Tints of Scrub #3D3E36
RGB
CMYK
RGB Variations
Color information
#3D3E36 (or 0x3D3E36) is known color: Scrub. HEX triplet: 3D, 3E and 36. RGB value is (61,62,54). Sum of RGB (Red+Green+Blue) = 61+62+54=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 62 - color contains mainly: green. Hex color #3D3E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3E36 is #C2C1C9. Grayscale: #3C3C3C. Windows color (decimal): -12763594 or 3554877. OLE color: 3554877.
HSL color Cylindrical-coordinate representation of color #3D3E36: hue angle of 67.5º degrees, saturation: 0.07, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3D3E36 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 62 | 54 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.76 |
| HSL | 67.5º | 0.07% | 0.23% | - |
| HSV(B) | 67.5º | 0.13% | 0.24% | - |
| XYZ | 4.31 | 4.7 | 4.17 | - |
| YUV | 60.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 62 | 54 | 0.02 | 0 | 0.13 | 0.76 | 67.5 | 0.07 | 0.23 |
| Hex | 3D | 3E | 36 | 2 | 0 | D | 4C | 44 | 7 | 17 |
| Octal | 75 | 76 | 66 | 2 | 0 | 15 | 114 | 104 | 7 | 27 |
| Binary | 111101 | 111110 | 110110 | 10 | 0 | 1101 | 1001100 | 1000100 | 111 | 10111 |
Color Harmonies of #3D3E36
Complementary color
Monochromatic Colors of #3D3E36
Black with #3D3E36
Text Example
Text Example
White with #3D3E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3E36; }
p { color: rgb(61,62,54); }
H1.HeaderClassName
{
color: #3D3E36;
}
.AnyTagClassName
{
color: #3D3E36;
}
</style>
background-color css
<style>
a { background-color: #3D3E36; }
a { background-color: rgb(61,62,54); }
div.DivClassName
{
background-color: #3D3E36;
}
.BgClassName
{
background-color: #3D3E36;
}
</style>
border-color css
<style>
span { border-color: #3D3E36; }
span { border-color: rgb(61,62,54); }
td.TdClassName
{
border-color: #3D3E36;
}
.TagClassName
{
border-color: #3D3E36;
}
</style>