Shades of Scrub #3A3C2F
Tints of Scrub #3A3C2F
RGB
CMYK
RGB Variations
Color information
#3A3C2F (or 0x3A3C2F) is known color: Scrub. HEX triplet: 3A, 3C and 2F. RGB value is (58,60,47). Sum of RGB (Red+Green+Blue) = 58+60+47=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 60 - color contains mainly: green. Hex color #3A3C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3C2F is #C5C3D0. Grayscale: #393939. Windows color (decimal): -12960721 or 3095610. OLE color: 3095610.
HSL color Cylindrical-coordinate representation of color #3A3C2F: hue angle of 69.23º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3A3C2F is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 60 | 47 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.76 |
| HSL | 69.23º | 0.12% | 0.21% | - |
| HSV(B) | 69.23º | 0.22% | 0.24% | - |
| XYZ | 3.87 | 4.34 | 3.32 | - |
| YUV | 57.92 | 121.84 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 60 | 47 | 0.03 | 0 | 0.22 | 0.76 | 69.23 | 0.12 | 0.21 |
| Hex | 3A | 3C | 2F | 3 | 0 | 16 | 4C | 45 | C | 15 |
| Octal | 72 | 74 | 57 | 3 | 0 | 26 | 114 | 105 | 14 | 25 |
| Binary | 111010 | 111100 | 101111 | 11 | 0 | 10110 | 1001100 | 1000101 | 1100 | 10101 |
Color Harmonies of #3A3C2F
Complementary color
Monochromatic Colors of #3A3C2F
Black with #3A3C2F
Text Example
Text Example
White with #3A3C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3C2F; }
p { color: rgb(58,60,47); }
H1.HeaderClassName
{
color: #3A3C2F;
}
.AnyTagClassName
{
color: #3A3C2F;
}
</style>
background-color css
<style>
a { background-color: #3A3C2F; }
a { background-color: rgb(58,60,47); }
div.DivClassName
{
background-color: #3A3C2F;
}
.BgClassName
{
background-color: #3A3C2F;
}
</style>
border-color css
<style>
span { border-color: #3A3C2F; }
span { border-color: rgb(58,60,47); }
td.TdClassName
{
border-color: #3A3C2F;
}
.TagClassName
{
border-color: #3A3C2F;
}
</style>