Shades of Bronzetone #434D22
Tints of Bronzetone #434D22
RGB
CMYK
RGB Variations
Color information
#434D22 (or 0x434D22) is known color: Bronzetone. HEX triplet: 43, 4D and 22. RGB value is (67,77,34). Sum of RGB (Red+Green+Blue) = 67+77+34=178 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.64% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 77 - color contains mainly: green. Hex color #434D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434D22 is #BCB2DD. Grayscale: #454545. Windows color (decimal): -12366558 or 2248003. OLE color: 2248003.
HSL color Cylindrical-coordinate representation of color #434D22: hue angle of 73.95º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #434D22 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 77 | 34 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.70 |
| HSL | 73.95º | 0.39% | 0.22% | - |
| HSV(B) | 73.95º | 0.56% | 0.3% | - |
| XYZ | 5.26 | 6.62 | 2.51 | - |
| YUV | 69.11 | 108.19 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 34 | 0.13 | 0 | 0.56 | 0.70 | 73.95 | 0.39 | 0.22 |
| Hex | 43 | 4D | 22 | D | 0 | 38 | 46 | 4A | 27 | 16 |
| Octal | 103 | 115 | 42 | 15 | 0 | 70 | 106 | 112 | 47 | 26 |
| Binary | 1000011 | 1001101 | 100010 | 1101 | 0 | 111000 | 1000110 | 1001010 | 100111 | 10110 |
Color Harmonies of #434D22
Complementary color
Monochromatic Colors of #434D22
Black with #434D22
Text Example
Text Example
White with #434D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D22; }
p { color: rgb(67,77,34); }
H1.HeaderClassName
{
color: #434D22;
}
.AnyTagClassName
{
color: #434D22;
}
</style>
background-color css
<style>
a { background-color: #434D22; }
a { background-color: rgb(67,77,34); }
div.DivClassName
{
background-color: #434D22;
}
.BgClassName
{
background-color: #434D22;
}
</style>
border-color css
<style>
span { border-color: #434D22; }
span { border-color: rgb(67,77,34); }
td.TdClassName
{
border-color: #434D22;
}
.TagClassName
{
border-color: #434D22;
}
</style>