Shades of Bronzetone #424E23
Tints of Bronzetone #424E23
RGB
CMYK
RGB Variations
Color information
#424E23 (or 0x424E23) is known color: Bronzetone. HEX triplet: 42, 4E and 23. RGB value is (66,78,35). Sum of RGB (Red+Green+Blue) = 66+78+35=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 78 (30.86% from 255 or 43.58% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 78 - color contains mainly: green. Hex color #424E23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E23 is #BDB1DC. Grayscale: #454545. Windows color (decimal): -12431837 or 2313794. OLE color: 2313794.
HSL color Cylindrical-coordinate representation of color #424E23: hue angle of 76.74º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #424E23 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 78 | 35 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.69 |
| HSL | 76.74º | 0.38% | 0.22% | - |
| HSV(B) | 76.74º | 0.55% | 0.31% | - |
| XYZ | 5.27 | 6.73 | 2.61 | - |
| YUV | 69.51 | 108.52 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 35 | 0.15 | 0 | 0.55 | 0.69 | 76.74 | 0.38 | 0.22 |
| Hex | 42 | 4E | 23 | F | 0 | 37 | 45 | 4D | 26 | 16 |
| Octal | 102 | 116 | 43 | 17 | 0 | 67 | 105 | 115 | 46 | 26 |
| Binary | 1000010 | 1001110 | 100011 | 1111 | 0 | 110111 | 1000101 | 1001101 | 100110 | 10110 |
Color Harmonies of #424E23
Complementary color
Monochromatic Colors of #424E23
Black with #424E23
Text Example
Text Example
White with #424E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424E23; }
p { color: rgb(66,78,35); }
H1.HeaderClassName
{
color: #424E23;
}
.AnyTagClassName
{
color: #424E23;
}
</style>
background-color css
<style>
a { background-color: #424E23; }
a { background-color: rgb(66,78,35); }
div.DivClassName
{
background-color: #424E23;
}
.BgClassName
{
background-color: #424E23;
}
</style>
border-color css
<style>
span { border-color: #424E23; }
span { border-color: rgb(66,78,35); }
td.TdClassName
{
border-color: #424E23;
}
.TagClassName
{
border-color: #424E23;
}
</style>