Shades of Scrub #3A3D30
Tints of Scrub #3A3D30
RGB
CMYK
RGB Variations
Color information
#3A3D30 (or 0x3A3D30) is known color: Scrub. HEX triplet: 3A, 3D and 30. RGB value is (58,61,48). Sum of RGB (Red+Green+Blue) = 58+61+48=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 61 - color contains mainly: green. Hex color #3A3D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3D30 is #C5C2CF. Grayscale: #3A3A3A. Windows color (decimal): -12960464 or 3161402. OLE color: 3161402.
HSL color Cylindrical-coordinate representation of color #3A3D30: hue angle of 73.85º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3A3D30 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 61 | 48 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.76 |
| HSL | 73.85º | 0.12% | 0.21% | - |
| HSV(B) | 73.85º | 0.21% | 0.24% | - |
| XYZ | 3.95 | 4.45 | 3.45 | - |
| YUV | 58.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 61 | 48 | 0.05 | 0 | 0.21 | 0.76 | 73.85 | 0.12 | 0.21 |
| Hex | 3A | 3D | 30 | 5 | 0 | 15 | 4C | 4A | C | 15 |
| Octal | 72 | 75 | 60 | 5 | 0 | 25 | 114 | 112 | 14 | 25 |
| Binary | 111010 | 111101 | 110000 | 101 | 0 | 10101 | 1001100 | 1001010 | 1100 | 10101 |
Color Harmonies of #3A3D30
Complementary color
Monochromatic Colors of #3A3D30
Black with #3A3D30
Text Example
Text Example
White with #3A3D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3D30; }
p { color: rgb(58,61,48); }
H1.HeaderClassName
{
color: #3A3D30;
}
.AnyTagClassName
{
color: #3A3D30;
}
</style>
background-color css
<style>
a { background-color: #3A3D30; }
a { background-color: rgb(58,61,48); }
div.DivClassName
{
background-color: #3A3D30;
}
.BgClassName
{
background-color: #3A3D30;
}
</style>
border-color css
<style>
span { border-color: #3A3D30; }
span { border-color: rgb(58,61,48); }
td.TdClassName
{
border-color: #3A3D30;
}
.TagClassName
{
border-color: #3A3D30;
}
</style>