#73814E

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

Shades of Finch #73814E

Tints of Finch #73814E

Color information

#73814E (or 0x73814E) is unknown color: approx Finch. HEX triplet: 73, 81 and 4E. RGB value is (115,129,78). Sum of RGB (Red+Green+Blue) = 115+129+78=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 129 - color contains mainly: green. Hex color #73814E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73814E is #8C7EB1. Grayscale: #777777. Windows color (decimal): -9207474 or 5144947. OLE color: 5144947.

HSL color Cylindrical-coordinate representation of color #73814E: hue angle of 76.47º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73814E is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB11512978-
CMYK0.1100.400.49
HSL76.47º24.64%40.59%-
HSV(B)76.47º39.53%50.59%-
XYZ16.319.910.19-
YUV119104.86125.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.71%
GREEN value IS 129 (50.78% from 255) = 40.06%
BLUE value IS 78 (30.86% from 255) = 24.22%
R=35.71%
G=40.06%
B=24.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115129780.1100.400.4976.4724.6440.59
Hex73814EB028314c1929
Octal16320111613050611143151
Binary111001110000001100111010110101000110001100110011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73814E; }

 p { color: rgb(115,129,78); }

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

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

 a { background-color: rgb(115,129,78); }

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

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

 span { border-color: rgb(115,129,78); }

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