#728053

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

Shades of Finch #728053

Tints of Finch #728053

Color information

#728053 (or 0x728053) is unknown color: approx Finch. HEX triplet: 72, 80 and 53. RGB value is (114,128,83). Sum of RGB (Red+Green+Blue) = 114+128+83=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 128 - color contains mainly: green. Hex color #728053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728053 is #8D7FAC. Grayscale: #767676. Windows color (decimal): -9273261 or 5472370. OLE color: 5472370.

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

Color convert

RGB11412883-
CMYK0.1100.350.50
HSL78.67º21.33%41.37%-
HSV(B)78.67º35.16%50.2%-
XYZ16.2219.6411.12-
YUV118.68107.86124.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.08%
GREEN value IS 128 (50.39% from 255) = 39.38%
BLUE value IS 83 (32.81% from 255) = 25.54%
R=35.08%
G=39.38%
B=25.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114128830.1100.350.5078.6721.3341.37
Hex728053B023324f1529
Octal16220012313043621172551
Binary111001010000000101001110110100011110010100111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728053; }

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

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

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

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

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

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

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

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