Shades of Bronzetone #414A26
Tints of Bronzetone #414A26
RGB
CMYK
RGB Variations
Color information
#414A26 (or 0x414A26) is known color: Bronzetone. HEX triplet: 41, 4A and 26. RGB value is (65,74,38). Sum of RGB (Red+Green+Blue) = 65+74+38=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 74 - color contains mainly: green. Hex color #414A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414A26 is #BEB5D9. Grayscale: #434343. Windows color (decimal): -12498394 or 2509377. OLE color: 2509377.
HSL color Cylindrical-coordinate representation of color #414A26: hue angle of 75º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #414A26 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 74 | 38 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.71 |
| HSL | 75º | 0.32% | 0.22% | - |
| HSV(B) | 75º | 0.49% | 0.29% | - |
| XYZ | 4.98 | 6.16 | 2.76 | - |
| YUV | 67.21 | 111.52 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 74 | 38 | 0.12 | 0 | 0.49 | 0.71 | 75 | 0.32 | 0.22 |
| Hex | 41 | 4A | 26 | C | 0 | 31 | 47 | 4B | 20 | 16 |
| Octal | 101 | 112 | 46 | 14 | 0 | 61 | 107 | 113 | 40 | 26 |
| Binary | 1000001 | 1001010 | 100110 | 1100 | 0 | 110001 | 1000111 | 1001011 | 100000 | 10110 |
Color Harmonies of #414A26
Complementary color
Monochromatic Colors of #414A26
Black with #414A26
Text Example
Text Example
White with #414A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414A26; }
p { color: rgb(65,74,38); }
H1.HeaderClassName
{
color: #414A26;
}
.AnyTagClassName
{
color: #414A26;
}
</style>
background-color css
<style>
a { background-color: #414A26; }
a { background-color: rgb(65,74,38); }
div.DivClassName
{
background-color: #414A26;
}
.BgClassName
{
background-color: #414A26;
}
</style>
border-color css
<style>
span { border-color: #414A26; }
span { border-color: rgb(65,74,38); }
td.TdClassName
{
border-color: #414A26;
}
.TagClassName
{
border-color: #414A26;
}
</style>