#74824C

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

Shades of Finch #74824C

Tints of Finch #74824C

Color information

#74824C (or 0x74824C) is unknown color: approx Finch. HEX triplet: 74, 82 and 4C. RGB value is (116,130,76). Sum of RGB (Red+Green+Blue) = 116+130+76=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #74824C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74824C is #8B7DB3. Grayscale: #777777. Windows color (decimal): -9141684 or 5014132. OLE color: 5014132.

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

Color convert

RGB11613076-
CMYK0.1100.420.49
HSL75.56º26.21%40.39%-
HSV(B)75.56º41.54%50.98%-
XYZ16.4920.29.87-
YUV119.66103.36125.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 130 (51.17% from 255) = 40.37%
BLUE value IS 76 (30.08% from 255) = 23.60%
R=36.02%
G=40.37%
B=23.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116130760.1100.420.4975.5626.2140.39
Hex74824CB02A314c1a28
Octal16420211413052611143250
Binary111010010000010100110010110101010110001100110011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74824C; }

 p { color: rgb(116,130,76); }

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

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

 a { background-color: rgb(116,130,76); }

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

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

 span { border-color: rgb(116,130,76); }

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