Shades of Bronzetone #3C4726
Tints of Bronzetone #3C4726
RGB
CMYK
RGB Variations
Color information
#3C4726 (or 0x3C4726) is known color: Bronzetone. HEX triplet: 3C, 47 and 26. RGB value is (60,71,38). Sum of RGB (Red+Green+Blue) = 60+71+38=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #3C4726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4726 is #C3B8D9. Grayscale: #404040. Windows color (decimal): -12826842 or 2508604. OLE color: 2508604.
HSL color Cylindrical-coordinate representation of color #3C4726: hue angle of 80º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C4726 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 71 | 38 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.72 |
| HSL | 80º | 0.3% | 0.21% | - |
| HSV(B) | 80º | 0.46% | 0.28% | - |
| XYZ | 4.47 | 5.61 | 2.68 | - |
| YUV | 63.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 71 | 38 | 0.15 | 0 | 0.46 | 0.72 | 80 | 0.3 | 0.21 |
| Hex | 3C | 47 | 26 | F | 0 | 2E | 48 | 50 | 1E | 15 |
| Octal | 74 | 107 | 46 | 17 | 0 | 56 | 110 | 120 | 36 | 25 |
| Binary | 111100 | 1000111 | 100110 | 1111 | 0 | 101110 | 1001000 | 1010000 | 11110 | 10101 |
Color Harmonies of #3C4726
Complementary color
Monochromatic Colors of #3C4726
Black with #3C4726
Text Example
Text Example
White with #3C4726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4726; }
p { color: rgb(60,71,38); }
H1.HeaderClassName
{
color: #3C4726;
}
.AnyTagClassName
{
color: #3C4726;
}
</style>
background-color css
<style>
a { background-color: #3C4726; }
a { background-color: rgb(60,71,38); }
div.DivClassName
{
background-color: #3C4726;
}
.BgClassName
{
background-color: #3C4726;
}
</style>
border-color css
<style>
span { border-color: #3C4726; }
span { border-color: rgb(60,71,38); }
td.TdClassName
{
border-color: #3C4726;
}
.TagClassName
{
border-color: #3C4726;
}
</style>