#728050

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

Shades of Finch #728050

Tints of Finch #728050

Color information

#728050 (or 0x728050) is unknown color: approx Finch. HEX triplet: 72, 80 and 50. RGB value is (114,128,80). Sum of RGB (Red+Green+Blue) = 114+128+80=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 128 - color contains mainly: green. Hex color #728050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728050 is #8D7FAF. Grayscale: #767676. Windows color (decimal): -9273264 or 5275762. OLE color: 5275762.

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

Color convert

RGB11412880-
CMYK0.1100.380.50
HSL77.5º23.08%40.78%-
HSV(B)77.5º37.5%50.2%-
XYZ16.1119.5910.52-
YUV118.34106.36124.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.40%
GREEN value IS 128 (50.39% from 255) = 39.75%
BLUE value IS 80 (31.64% from 255) = 24.84%
R=35.40%
G=39.75%
B=24.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114128800.1100.380.5077.523.0840.78
Hex728050B026324e1729
Octal16220012013046621162751
Binary111001010000000101000010110100110110010100111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728050; }

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

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

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

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

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

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

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

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