#788348

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

Shades of Finch #788348

Tints of Finch #788348

Color information

#788348 (or 0x788348) is unknown color: approx Finch. HEX triplet: 78, 83 and 48. RGB value is (120,131,72). Sum of RGB (Red+Green+Blue) = 120+131+72=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 131 - color contains mainly: green. Hex color #788348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788348 is #877CB7. Grayscale: #797979. Windows color (decimal): -8879288 or 4752248. OLE color: 4752248.

HSL color Cylindrical-coordinate representation of color #788348: hue angle of 71.19º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #788348 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB12013172-
CMYK0.0800.450.49
HSL71.19º29.06%39.8%-
HSV(B)71.19º45.04%51.37%-
XYZ17.0320.699.23-
YUV120.98100.36127.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.15%
GREEN value IS 131 (51.56% from 255) = 40.56%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=37.15%
G=40.56%
B=22.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120131720.0800.450.4971.1929.0639.8
Hex788348802D31471d28
Octal17020311010055611073550
Binary111100010000011100100010000101101110001100011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788348; }

 p { color: rgb(120,131,72); }

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

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

 a { background-color: rgb(120,131,72); }

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

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

 span { border-color: rgb(120,131,72); }

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