Shades of Scrub #3A3D31
Tints of Scrub #3A3D31
RGB
CMYK
RGB Variations
Color information
#3A3D31 (or 0x3A3D31) is known color: Scrub. HEX triplet: 3A, 3D and 31. RGB value is (58,61,49). Sum of RGB (Red+Green+Blue) = 58+61+49=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 61 (24.22% from 255 or 36.31% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 61 - color contains mainly: green. Hex color #3A3D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3D31 is #C5C2CE. Grayscale: #3A3A3A. Windows color (decimal): -12960463 or 3226938. OLE color: 3226938.
HSL color Cylindrical-coordinate representation of color #3A3D31: hue angle of 75º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3A3D31 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 61 | 49 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.76 |
| HSL | 75º | 0.11% | 0.22% | - |
| HSV(B) | 75º | 0.2% | 0.24% | - |
| XYZ | 3.97 | 4.46 | 3.56 | - |
| YUV | 58.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 61 | 49 | 0.05 | 0 | 0.20 | 0.76 | 75 | 0.11 | 0.22 |
| Hex | 3A | 3D | 31 | 5 | 0 | 14 | 4C | 4B | B | 16 |
| Octal | 72 | 75 | 61 | 5 | 0 | 24 | 114 | 113 | 13 | 26 |
| Binary | 111010 | 111101 | 110001 | 101 | 0 | 10100 | 1001100 | 1001011 | 1011 | 10110 |
Color Harmonies of #3A3D31
Complementary color
Monochromatic Colors of #3A3D31
Black with #3A3D31
Text Example
Text Example
White with #3A3D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3D31; }
p { color: rgb(58,61,49); }
H1.HeaderClassName
{
color: #3A3D31;
}
.AnyTagClassName
{
color: #3A3D31;
}
</style>
background-color css
<style>
a { background-color: #3A3D31; }
a { background-color: rgb(58,61,49); }
div.DivClassName
{
background-color: #3A3D31;
}
.BgClassName
{
background-color: #3A3D31;
}
</style>
border-color css
<style>
span { border-color: #3A3D31; }
span { border-color: rgb(58,61,49); }
td.TdClassName
{
border-color: #3A3D31;
}
.TagClassName
{
border-color: #3A3D31;
}
</style>