#74834A

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

Shades of Finch #74834A

Tints of Finch #74834A

Color information

#74834A (or 0x74834A) is unknown color: approx Finch. HEX triplet: 74, 83 and 4A. RGB value is (116,131,74). Sum of RGB (Red+Green+Blue) = 116+131+74=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 131 - color contains mainly: green. Hex color #74834A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74834A is #8B7CB5. Grayscale: #787878. Windows color (decimal): -9141430 or 4883316. OLE color: 4883316.

HSL color Cylindrical-coordinate representation of color #74834A: hue angle of 75.79º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74834A is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB11613174-
CMYK0.1100.440.49
HSL75.79º27.8%40.2%-
HSV(B)75.79º43.51%51.37%-
XYZ16.5520.449.55-
YUV120.02102.03125.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.14%
GREEN value IS 131 (51.56% from 255) = 40.81%
BLUE value IS 74 (29.30% from 255) = 23.05%
R=36.14%
G=40.81%
B=23.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116131740.1100.440.4975.7927.840.2
Hex74834AB02C314c1c28
Octal16420311213054611143450
Binary111010010000011100101010110101100110001100110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74834A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74834A; }

 p { color: rgb(116,131,74); }

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

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

 a { background-color: rgb(116,131,74); }

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

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

 span { border-color: rgb(116,131,74); }

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