#738246

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

Shades of Finch #738246

Tints of Finch #738246

Color information

#738246 (or 0x738246) is unknown color: approx Finch. HEX triplet: 73, 82 and 46. RGB value is (115,130,70). Sum of RGB (Red+Green+Blue) = 115+130+70=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #738246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738246 is #8C7DB9. Grayscale: #767676. Windows color (decimal): -9207226 or 4620915. OLE color: 4620915.

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

Color convert

RGB11513070-
CMYK0.1200.460.49
HSL75º30%39.22%-
HSV(B)75º46.15%50.98%-
XYZ16.1620.058.81-
YUV118.68100.53125.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.51%
GREEN value IS 130 (51.17% from 255) = 41.27%
BLUE value IS 70 (27.73% from 255) = 22.22%
R=36.51%
G=41.27%
B=22.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115130700.1200.460.49753039.22
Hex738246C02E314b1e27
Octal16320210614056611133647
Binary111001110000010100011011000101110110001100101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738246; }

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

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

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

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

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

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

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

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