Shades of Bronzetone #404E22
Tints of Bronzetone #404E22
RGB
CMYK
RGB Variations
Color information
#404E22 (or 0x404E22) is known color: Bronzetone. HEX triplet: 40, 4E and 22. RGB value is (64,78,34). Sum of RGB (Red+Green+Blue) = 64+78+34=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 78 (30.86% from 255 or 44.32% from 176); Blue value is 34 (13.67% from 255 or 19.32% from 176); Max value from RGB is 78 - color contains mainly: green. Hex color #404E22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404E22 is #BFB1DD. Grayscale: #444444. Windows color (decimal): -12562910 or 2248256. OLE color: 2248256.
HSL color Cylindrical-coordinate representation of color #404E22: hue angle of 79.09º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #404E22 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 78 | 34 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.69 |
| HSL | 79.09º | 0.39% | 0.22% | - |
| HSV(B) | 79.09º | 0.56% | 0.31% | - |
| XYZ | 5.13 | 6.65 | 2.53 | - |
| YUV | 68.8 | 108.36 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 34 | 0.18 | 0 | 0.56 | 0.69 | 79.09 | 0.39 | 0.22 |
| Hex | 40 | 4E | 22 | 12 | 0 | 38 | 45 | 4F | 27 | 16 |
| Octal | 100 | 116 | 42 | 22 | 0 | 70 | 105 | 117 | 47 | 26 |
| Binary | 1000000 | 1001110 | 100010 | 10010 | 0 | 111000 | 1000101 | 1001111 | 100111 | 10110 |
Color Harmonies of #404E22
Complementary color
Monochromatic Colors of #404E22
Black with #404E22
Text Example
Text Example
White with #404E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E22; }
p { color: rgb(64,78,34); }
H1.HeaderClassName
{
color: #404E22;
}
.AnyTagClassName
{
color: #404E22;
}
</style>
background-color css
<style>
a { background-color: #404E22; }
a { background-color: rgb(64,78,34); }
div.DivClassName
{
background-color: #404E22;
}
.BgClassName
{
background-color: #404E22;
}
</style>
border-color css
<style>
span { border-color: #404E22; }
span { border-color: rgb(64,78,34); }
td.TdClassName
{
border-color: #404E22;
}
.TagClassName
{
border-color: #404E22;
}
</style>