#424920

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

Shades of Bronzetone #424920

Tints of Bronzetone #424920

Color information

#424920 (or 0x424920) is unknown color: approx Bronzetone. HEX triplet: 42, 49 and 20. RGB value is (66,73,32). Sum of RGB (Red+Green+Blue) = 66+73+32=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 73 (28.91% from 255 or 42.69% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 73 - color contains mainly: green. Hex color #424920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424920 is #BDB6DF. Grayscale: #424242. Windows color (decimal): -12433120 or 2115906. OLE color: 2115906.

HSL color Cylindrical-coordinate representation of color #424920: hue angle of 70.24º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #424920 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB667332-
CMYK0.1000.560.71
HSL70.24º39.05%20.59%-
HSV(B)70.24º56.16%28.63%-
XYZ4.896.032.27-
YUV66.23108.68127.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 73 (28.91% from 255) = 42.69%
BLUE value IS 32 (12.89% from 255) = 18.71%
R=38.60%
G=42.69%
B=18.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6673320.1000.560.7170.2439.0520.59
Hex424920A03847462715
Octal10211140120701071064725
Binary10000101001001100000101001110001000111100011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424920; }

 p { color: rgb(66,73,32); }

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

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

 a { background-color: rgb(66,73,32); }

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

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

 span { border-color: rgb(66,73,32); }

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