Shades of Bronzetone #3E5122
Tints of Bronzetone #3E5122
RGB
CMYK
RGB Variations
Color information
#3E5122 (or 0x3E5122) is known color: Bronzetone. HEX triplet: 3E, 51 and 22. RGB value is (62,81,34). Sum of RGB (Red+Green+Blue) = 62+81+34=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 81 - color contains mainly: green. Hex color #3E5122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5122 is #C1AEDD. Grayscale: #464646. Windows color (decimal): -12693214 or 2249022. OLE color: 2249022.
HSL color Cylindrical-coordinate representation of color #3E5122: hue angle of 84.26º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E5122 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 81 | 34 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.68 |
| HSL | 84.26º | 0.41% | 0.23% | - |
| HSV(B) | 84.26º | 0.58% | 0.32% | - |
| XYZ | 5.22 | 7.02 | 2.59 | - |
| YUV | 69.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 81 | 34 | 0.23 | 0 | 0.58 | 0.68 | 84.26 | 0.41 | 0.23 |
| Hex | 3E | 51 | 22 | 17 | 0 | 3A | 44 | 54 | 29 | 17 |
| Octal | 76 | 121 | 42 | 27 | 0 | 72 | 104 | 124 | 51 | 27 |
| Binary | 111110 | 1010001 | 100010 | 10111 | 0 | 111010 | 1000100 | 1010100 | 101001 | 10111 |
Color Harmonies of #3E5122
Complementary color
Monochromatic Colors of #3E5122
Black with #3E5122
Text Example
Text Example
White with #3E5122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5122; }
p { color: rgb(62,81,34); }
H1.HeaderClassName
{
color: #3E5122;
}
.AnyTagClassName
{
color: #3E5122;
}
</style>
background-color css
<style>
a { background-color: #3E5122; }
a { background-color: rgb(62,81,34); }
div.DivClassName
{
background-color: #3E5122;
}
.BgClassName
{
background-color: #3E5122;
}
</style>
border-color css
<style>
span { border-color: #3E5122; }
span { border-color: rgb(62,81,34); }
td.TdClassName
{
border-color: #3E5122;
}
.TagClassName
{
border-color: #3E5122;
}
</style>