#798248

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

Shades of Finch #798248

Tints of Finch #798248

Color information

#798248 (or 0x798248) is unknown color: approx Finch. HEX triplet: 79, 82 and 48. RGB value is (121,130,72). Sum of RGB (Red+Green+Blue) = 121+130+72=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 130 - color contains mainly: green. Hex color #798248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798248 is #867DB7. Grayscale: #787878. Windows color (decimal): -8814008 or 4751993. OLE color: 4751993.

HSL color Cylindrical-coordinate representation of color #798248: hue angle of 69.31º 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 #798248 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB12113072-
CMYK0.0700.450.49
HSL69.31º28.71%39.61%-
HSV(B)69.31º44.62%50.98%-
XYZ17.0420.59.19-
YUV120.7100.52128.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.46%
GREEN value IS 130 (51.17% from 255) = 40.25%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=37.46%
G=40.25%
B=22.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121130720.0700.450.4969.3128.7139.61
Hex798248702D31451d28
Octal1712021107055611053550
Binary11110011000001010010001110101101110001100010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798248; }

 p { color: rgb(121,130,72); }

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

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

 a { background-color: rgb(121,130,72); }

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

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

 span { border-color: rgb(121,130,72); }

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