#728049

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

Shades of Finch #728049

Tints of Finch #728049

Color information

#728049 (or 0x728049) is unknown color: approx Finch. HEX triplet: 72, 80 and 49. RGB value is (114,128,73). Sum of RGB (Red+Green+Blue) = 114+128+73=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #728049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728049 is #8D7FB6. Grayscale: #757575. Windows color (decimal): -9273271 or 4817010. OLE color: 4817010.

HSL color Cylindrical-coordinate representation of color #728049: hue angle of 75.27º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #728049 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB11412873-
CMYK0.1100.430.50
HSL75.27º27.36%39.41%-
HSV(B)75.27º42.97%50.2%-
XYZ15.8619.59.23-
YUV117.54102.86125.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.19%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 73 (28.91% from 255) = 23.17%
R=36.19%
G=40.63%
B=23.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114128730.1100.430.5075.2727.3639.41
Hex728049B02B324b1b27
Octal16220011113053621133347
Binary111001010000000100100110110101011110010100101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728049; }

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

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

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

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

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

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

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

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