Shades of Bronzetone #424E26
Tints of Bronzetone #424E26
RGB
CMYK
RGB Variations
Color information
#424E26 (or 0x424E26) is known color: Bronzetone. HEX triplet: 42, 4E and 26. RGB value is (66,78,38). Sum of RGB (Red+Green+Blue) = 66+78+38=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 38 (15.23% from 255 or 20.88% from 182); Max value from RGB is 78 - color contains mainly: green. Hex color #424E26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E26 is #BDB1D9. Grayscale: #464646. Windows color (decimal): -12431834 or 2510402. OLE color: 2510402.
HSL color Cylindrical-coordinate representation of color #424E26: hue angle of 78º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #424E26 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 78 | 38 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.69 |
| HSL | 78º | 0.34% | 0.23% | - |
| HSV(B) | 78º | 0.51% | 0.31% | - |
| XYZ | 5.32 | 6.75 | 2.86 | - |
| YUV | 69.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 38 | 0.15 | 0 | 0.51 | 0.69 | 78 | 0.34 | 0.23 |
| Hex | 42 | 4E | 26 | F | 0 | 33 | 45 | 4E | 22 | 17 |
| Octal | 102 | 116 | 46 | 17 | 0 | 63 | 105 | 116 | 42 | 27 |
| Binary | 1000010 | 1001110 | 100110 | 1111 | 0 | 110011 | 1000101 | 1001110 | 100010 | 10111 |
Color Harmonies of #424E26
Complementary color
Monochromatic Colors of #424E26
Black with #424E26
Text Example
Text Example
White with #424E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424E26; }
p { color: rgb(66,78,38); }
H1.HeaderClassName
{
color: #424E26;
}
.AnyTagClassName
{
color: #424E26;
}
</style>
background-color css
<style>
a { background-color: #424E26; }
a { background-color: rgb(66,78,38); }
div.DivClassName
{
background-color: #424E26;
}
.BgClassName
{
background-color: #424E26;
}
</style>
border-color css
<style>
span { border-color: #424E26; }
span { border-color: rgb(66,78,38); }
td.TdClassName
{
border-color: #424E26;
}
.TagClassName
{
border-color: #424E26;
}
</style>