#748648

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

Shades of Finch #748648

Tints of Finch #748648

Color information

#748648 (or 0x748648) is unknown color: approx Finch. HEX triplet: 74, 86 and 48. RGB value is (116,134,72). Sum of RGB (Red+Green+Blue) = 116+134+72=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #748648 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748648 is #8B79B7. Grayscale: #797979. Windows color (decimal): -9140664 or 4753012. OLE color: 4753012.

HSL color Cylindrical-coordinate representation of color #748648: hue angle of 77.42º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #748648 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB11613472-
CMYK0.1300.460.47
HSL77.42º30.1%40.39%-
HSV(B)77.42º46.27%52.55%-
XYZ16.921.239.34-
YUV121.55100.04124.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.02%
GREEN value IS 134 (52.73% from 255) = 41.61%
BLUE value IS 72 (28.52% from 255) = 22.36%
R=36.02%
G=41.61%
B=22.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116134720.1300.460.4777.4230.140.39
Hex748648D02E2F4d1e28
Octal16420611015056571153650
Binary111010010000110100100011010101110101111100110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748648; }

 p { color: rgb(116,134,72); }

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

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

 a { background-color: rgb(116,134,72); }

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

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

 span { border-color: rgb(116,134,72); }

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