#73834F

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

Shades of Finch #73834F

Tints of Finch #73834F

Color information

#73834F (or 0x73834F) is unknown color: approx Finch. HEX triplet: 73, 83 and 4F. RGB value is (115,131,79). Sum of RGB (Red+Green+Blue) = 115+131+79=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 131 - color contains mainly: green. Hex color #73834F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73834F is #8C7CB0. Grayscale: #787878. Windows color (decimal): -9206961 or 5210995. OLE color: 5210995.

HSL color Cylindrical-coordinate representation of color #73834F: hue angle of 78.46º 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 #73834F is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB11513179-
CMYK0.1200.400.49
HSL78.46º24.76%41.18%-
HSV(B)78.46º39.69%51.37%-
XYZ16.620.4410.47-
YUV120.29104.7124.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.38%
GREEN value IS 131 (51.56% from 255) = 40.31%
BLUE value IS 79 (31.25% from 255) = 24.31%
R=35.38%
G=40.31%
B=24.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115131790.1200.400.4978.4624.7641.18
Hex73834FC028314e1929
Octal16320311714050611163151
Binary111001110000011100111111000101000110001100111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73834F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73834F; }

 p { color: rgb(115,131,79); }

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

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

 a { background-color: rgb(115,131,79); }

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

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

 span { border-color: rgb(115,131,79); }

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