#414D22

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

Shades of Bronzetone #414D22

Tints of Bronzetone #414D22

Color information

#414D22 (or 0x414D22) is unknown color: approx Bronzetone. HEX triplet: 41, 4D and 22. RGB value is (65,77,34). Sum of RGB (Red+Green+Blue) = 65+77+34=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 34 (13.67% from 255 or 19.32% from 176); Max value from RGB is 77 - color contains mainly: green. Hex color #414D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414D22 is #BEB2DD. Grayscale: #444444. Windows color (decimal): -12497630 or 2248001. OLE color: 2248001.

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

Color convert

RGB657734-
CMYK0.1600.560.70
HSL76.74º38.74%21.76%-
HSV(B)76.74º55.84%30.2%-
XYZ5.126.552.51-
YUV68.51108.52125.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.93%
GREEN value IS 77 (30.47% from 255) = 43.75%
BLUE value IS 34 (13.67% from 255) = 19.32%
R=36.93%
G=43.75%
B=19.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6577340.1600.560.7076.7438.7421.76
Hex414D2210038464d2716
Octal10111542200701061154726
Binary100000110011011000101000001110001000110100110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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