#728047

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

Shades of Finch #728047

Tints of Finch #728047

Color information

#728047 (or 0x728047) is unknown color: approx Finch. HEX triplet: 72, 80 and 47. RGB value is (114,128,71). Sum of RGB (Red+Green+Blue) = 114+128+71=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 128 - color contains mainly: green. Hex color #728047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728047 is #8D7FB8. Grayscale: #757575. Windows color (decimal): -9273273 or 4685938. OLE color: 4685938.

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

Color convert

RGB11412871-
CMYK0.1100.450.50
HSL74.74º28.64%39.02%-
HSV(B)74.74º44.53%50.2%-
XYZ15.819.478.89-
YUV117.32101.86125.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.42%
GREEN value IS 128 (50.39% from 255) = 40.89%
BLUE value IS 71 (28.12% from 255) = 22.68%
R=36.42%
G=40.89%
B=22.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114128710.1100.450.5074.7428.6439.02
Hex728047B02D324b1d27
Octal16220010713055621133547
Binary111001010000000100011110110101101110010100101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728047; }

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

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

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

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

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

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

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

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