Shades of Bronzetone #3E4928
Tints of Bronzetone #3E4928
RGB
CMYK
RGB Variations
Color information
#3E4928 (or 0x3E4928) is known color: Bronzetone. HEX triplet: 3E, 49 and 28. RGB value is (62,73,40). Sum of RGB (Red+Green+Blue) = 62+73+40=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 73 - color contains mainly: green. Hex color #3E4928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4928 is #C1B6D7. Grayscale: #424242. Windows color (decimal): -12695256 or 2640190. OLE color: 2640190.
HSL color Cylindrical-coordinate representation of color #3E4928: hue angle of 80º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E4928 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 73 | 40 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.71 |
| HSL | 80º | 0.29% | 0.22% | - |
| HSV(B) | 80º | 0.45% | 0.29% | - |
| XYZ | 4.75 | 5.94 | 2.9 | - |
| YUV | 65.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 73 | 40 | 0.15 | 0 | 0.45 | 0.71 | 80 | 0.29 | 0.22 |
| Hex | 3E | 49 | 28 | F | 0 | 2D | 47 | 50 | 1D | 16 |
| Octal | 76 | 111 | 50 | 17 | 0 | 55 | 107 | 120 | 35 | 26 |
| Binary | 111110 | 1001001 | 101000 | 1111 | 0 | 101101 | 1000111 | 1010000 | 11101 | 10110 |
Color Harmonies of #3E4928
Complementary color
Monochromatic Colors of #3E4928
Black with #3E4928
Text Example
Text Example
White with #3E4928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4928; }
p { color: rgb(62,73,40); }
H1.HeaderClassName
{
color: #3E4928;
}
.AnyTagClassName
{
color: #3E4928;
}
</style>
background-color css
<style>
a { background-color: #3E4928; }
a { background-color: rgb(62,73,40); }
div.DivClassName
{
background-color: #3E4928;
}
.BgClassName
{
background-color: #3E4928;
}
</style>
border-color css
<style>
span { border-color: #3E4928; }
span { border-color: rgb(62,73,40); }
td.TdClassName
{
border-color: #3E4928;
}
.TagClassName
{
border-color: #3E4928;
}
</style>