#738249

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

Shades of Finch #738249

Tints of Finch #738249

Color information

#738249 (or 0x738249) is unknown color: approx Finch. HEX triplet: 73, 82 and 49. RGB value is (115,130,73). Sum of RGB (Red+Green+Blue) = 115+130+73=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #738249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738249 is #8C7DB6. Grayscale: #777777. Windows color (decimal): -9207223 or 4817523. OLE color: 4817523.

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

Color convert

RGB11513073-
CMYK0.1200.440.49
HSL75.79º28.08%39.8%-
HSV(B)75.79º43.85%50.98%-
XYZ16.2620.099.32-
YUV119.02102.03125.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.16%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 73 (28.91% from 255) = 22.96%
R=36.16%
G=40.88%
B=22.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115130730.1200.440.4975.7928.0839.8
Hex738249C02C314c1c28
Octal16320211114054611143450
Binary111001110000010100100111000101100110001100110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738249; }

 p { color: rgb(115,130,73); }

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

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

 a { background-color: rgb(115,130,73); }

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

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

 span { border-color: rgb(115,130,73); }

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