#445120

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

Shades of Bronzetone #445120

Tints of Bronzetone #445120

Color information

#445120 (or 0x445120) is unknown color: approx Bronzetone. HEX triplet: 44, 51 and 20. RGB value is (68,81,32). Sum of RGB (Red+Green+Blue) = 68+81+32=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #445120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445120 is #BBAEDF. Grayscale: #474747. Windows color (decimal): -12300000 or 2117956. OLE color: 2117956.

HSL color Cylindrical-coordinate representation of color #445120: hue angle of 75.92º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #445120 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB688132-
CMYK0.1600.600.68
HSL75.92º43.36%22.16%-
HSV(B)75.92º60.49%31.76%-
XYZ5.597.222.47-
YUV71.53105.69125.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.57%
GREEN value IS 81 (32.03% from 255) = 44.75%
BLUE value IS 32 (12.89% from 255) = 17.68%
R=37.57%
G=44.75%
B=17.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6881320.1600.600.6875.9243.3622.16
Hex4451201003C444c2b16
Octal10412140200741041145326
Binary100010010100011000001000001111001000100100110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445120; }

 p { color: rgb(68,81,32); }

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

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

 a { background-color: rgb(68,81,32); }

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

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

 span { border-color: rgb(68,81,32); }

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