#74834B

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

Shades of Finch #74834B

Tints of Finch #74834B

Color information

#74834B (or 0x74834B) is unknown color: approx Finch. HEX triplet: 74, 83 and 4B. RGB value is (116,131,75). Sum of RGB (Red+Green+Blue) = 116+131+75=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 131 - color contains mainly: green. Hex color #74834B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74834B is #8B7CB4. Grayscale: #787878. Windows color (decimal): -9141429 or 4948852. OLE color: 4948852.

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

Color convert

RGB11613175-
CMYK0.1100.430.49
HSL76.07º27.18%40.39%-
HSV(B)76.07º42.75%51.37%-
XYZ16.5920.459.73-
YUV120.13102.53125.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 131 (51.56% from 255) = 40.68%
BLUE value IS 75 (29.69% from 255) = 23.29%
R=36.02%
G=40.68%
B=23.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116131750.1100.430.4976.0727.1840.39
Hex74834BB02B314c1b28
Octal16420311313053611143350
Binary111010010000011100101110110101011110001100110011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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