Shades of Bronzetone #434C2E
Tints of Bronzetone #434C2E
RGB
CMYK
RGB Variations
Color information
#434C2E (or 0x434C2E) is known color: Bronzetone. HEX triplet: 43, 4C and 2E. RGB value is (67,76,46). Sum of RGB (Red+Green+Blue) = 67+76+46=189 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.45% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 76 - color contains mainly: green. Hex color #434C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434C2E is #BCB3D1. Grayscale: #464646. Windows color (decimal): -12366802 or 3034179. OLE color: 3034179.
HSL color Cylindrical-coordinate representation of color #434C2E: hue angle of 78º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #434C2E is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 76 | 46 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.70 |
| HSL | 78º | 0.25% | 0.24% | - |
| HSV(B) | 78º | 0.39% | 0.3% | - |
| XYZ | 5.39 | 6.56 | 3.57 | - |
| YUV | 69.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 46 | 0.12 | 0 | 0.39 | 0.70 | 78 | 0.25 | 0.24 |
| Hex | 43 | 4C | 2E | C | 0 | 27 | 46 | 4E | 19 | 18 |
| Octal | 103 | 114 | 56 | 14 | 0 | 47 | 106 | 116 | 31 | 30 |
| Binary | 1000011 | 1001100 | 101110 | 1100 | 0 | 100111 | 1000110 | 1001110 | 11001 | 11000 |
Color Harmonies of #434C2E
Complementary color
Monochromatic Colors of #434C2E
Black with #434C2E
Text Example
Text Example
White with #434C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C2E; }
p { color: rgb(67,76,46); }
H1.HeaderClassName
{
color: #434C2E;
}
.AnyTagClassName
{
color: #434C2E;
}
</style>
background-color css
<style>
a { background-color: #434C2E; }
a { background-color: rgb(67,76,46); }
div.DivClassName
{
background-color: #434C2E;
}
.BgClassName
{
background-color: #434C2E;
}
</style>
border-color css
<style>
span { border-color: #434C2E; }
span { border-color: rgb(67,76,46); }
td.TdClassName
{
border-color: #434C2E;
}
.TagClassName
{
border-color: #434C2E;
}
</style>