#424C22

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

Shades of Bronzetone #424C22

Tints of Bronzetone #424C22

Color information

#424C22 (or 0x424C22) is unknown color: approx Bronzetone. HEX triplet: 42, 4C and 22. RGB value is (66,76,34). Sum of RGB (Red+Green+Blue) = 66+76+34=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 34 (13.67% from 255 or 19.32% from 176); Max value from RGB is 76 - color contains mainly: green. Hex color #424C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C22 is #BDB3DD. Grayscale: #444444. Windows color (decimal): -12432350 or 2247746. OLE color: 2247746.

HSL color Cylindrical-coordinate representation of color #424C22: hue angle of 74.29º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #424C22 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.

Color convert

RGB667634-
CMYK0.1300.550.70
HSL74.29º38.18%21.57%-
HSV(B)74.29º55.26%29.8%-
XYZ5.126.442.49-
YUV68.22108.69126.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 76 (30.08% from 255) = 43.18%
BLUE value IS 34 (13.67% from 255) = 19.32%
R=37.5%
G=43.18%
B=19.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6676340.1300.550.7074.2938.1821.57
Hex424C22D037464a2616
Octal10211442150671061124626
Binary10000101001100100010110101101111000110100101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424C22; }

 p { color: rgb(66,76,34); }

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

<style>
 a { background-color: #424C22; }

 a { background-color: rgb(66,76,34); }

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

<style>
 span { border-color: #424C22; }

 span { border-color: rgb(66,76,34); }

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