#414D24

Color #414D24 Bronzetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronzetone #414D24

Tints of Bronzetone #414D24

Color information

#414D24 (or 0x414D24) is unknown color: approx Bronzetone. HEX triplet: 41, 4D and 24. RGB value is (65,77,36). Sum of RGB (Red+Green+Blue) = 65+77+36=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 77 - color contains mainly: green. Hex color #414D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414D24 is #BEB2DB. Grayscale: #444444. Windows color (decimal): -12497628 or 2379073. OLE color: 2379073.

HSL color Cylindrical-coordinate representation of color #414D24: hue angle of 77.56º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #414D24 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.

Color convert

RGB657736-
CMYK0.1600.530.70
HSL77.56º36.28%22.16%-
HSV(B)77.56º53.25%30.2%-
XYZ5.156.562.66-
YUV68.74109.52125.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 77 (30.47% from 255) = 43.26%
BLUE value IS 36 (14.45% from 255) = 20.22%
R=36.52%
G=43.26%
B=20.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6577360.1600.530.7077.5636.2822.16
Hex414D2410035464e2416
Octal10111544200651061164426
Binary100000110011011001001000001101011000110100111010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414D24; }

 p { color: rgb(65,77,36); }

 H1.HeaderClassName
 {
   color: #414D24;
 }
 .AnyTagClassName
 {
   color: #414D24;
 }
</style>
background-color css

<style>
 a { background-color: #414D24; }

 a { background-color: rgb(65,77,36); }

 div.DivClassName
 {
   background-color: #414D24;
 }
 .BgClassName
 {
   background-color: #414D24;
 }
</style>
border-color css

<style>
 span { border-color: #414D24; }

 span { border-color: rgb(65,77,36); }

 td.TdClassName
 {
   border-color: #414D24;
 }
 .TagClassName
 {
   border-color: #414D24;
 }
</style>