#414E22

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

Shades of Bronzetone #414E22

Tints of Bronzetone #414E22

Color information

#414E22 (or 0x414E22) is unknown color: approx Bronzetone. HEX triplet: 41, 4E and 22. RGB value is (65,78,34). Sum of RGB (Red+Green+Blue) = 65+78+34=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 78 - color contains mainly: green. Hex color #414E22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414E22 is #BEB1DD. Grayscale: #454545. Windows color (decimal): -12497374 or 2248257. OLE color: 2248257.

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

Color convert

RGB657834-
CMYK0.1700.560.69
HSL77.73º39.29%21.96%-
HSV(B)77.73º56.41%30.59%-
XYZ5.196.692.53-
YUV69.1108.19125.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.72%
GREEN value IS 78 (30.86% from 255) = 44.07%
BLUE value IS 34 (13.67% from 255) = 19.21%
R=36.72%
G=44.07%
B=19.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6578340.1700.560.6977.7339.2921.96
Hex414E2211038454e2716
Octal10111642210701051164726
Binary100000110011101000101000101110001000101100111010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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