#718247

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

Shades of Finch #718247

Tints of Finch #718247

Color information

#718247 (or 0x718247) is unknown color: approx Finch. HEX triplet: 71, 82 and 47. RGB value is (113,130,71). Sum of RGB (Red+Green+Blue) = 113+130+71=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #718247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718247 is #8E7DB8. Grayscale: #767676. Windows color (decimal): -9338297 or 4686449. OLE color: 4686449.

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

Color convert

RGB11313071-
CMYK0.1300.450.49
HSL77.29º29.35%39.41%-
HSV(B)77.29º45.38%50.98%-
XYZ15.9319.938.97-
YUV118.19101.37124.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.99%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 71 (28.12% from 255) = 22.61%
R=35.99%
G=41.40%
B=22.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113130710.1300.450.4977.2929.3539.41
Hex718247D02D314d1d27
Octal16120210715055611153547
Binary111000110000010100011111010101101110001100110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718247; }

 p { color: rgb(113,130,71); }

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

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

 a { background-color: rgb(113,130,71); }

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

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

 span { border-color: rgb(113,130,71); }

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