#728249

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

Shades of Finch #728249

Tints of Finch #728249

Color information

#728249 (or 0x728249) is unknown color: approx Finch. HEX triplet: 72, 82 and 49. RGB value is (114,130,73). Sum of RGB (Red+Green+Blue) = 114+130+73=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #728249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728249 is #8D7DB6. Grayscale: #767676. Windows color (decimal): -9272759 or 4817522. OLE color: 4817522.

HSL color Cylindrical-coordinate representation of color #728249: hue angle of 76.84º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #728249 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB11413073-
CMYK0.1200.440.49
HSL76.84º28.08%39.8%-
HSV(B)76.84º43.85%50.98%-
XYZ16.1220.029.32-
YUV118.72102.2124.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.96%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 73 (28.91% from 255) = 23.03%
R=35.96%
G=41.01%
B=23.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114130730.1200.440.4976.8428.0839.8
Hex728249C02C314d1c28
Octal16220211114054611153450
Binary111001010000010100100111000101100110001100110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728249; }

 p { color: rgb(114,130,73); }

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

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

 a { background-color: rgb(114,130,73); }

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

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

 span { border-color: rgb(114,130,73); }

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