#717358

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

Shades of Finch #717358

Tints of Finch #717358

Color information

#717358 (or 0x717358) is unknown color: approx Finch. HEX triplet: 71, 73 and 58. RGB value is (113,115,88). Sum of RGB (Red+Green+Blue) = 113+115+88=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 115 - color contains mainly: green. Hex color #717358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717358 is #8E8CA7. Grayscale: #6F6F6F. Windows color (decimal): -9342120 or 5796721. OLE color: 5796721.

HSL color Cylindrical-coordinate representation of color #717358: hue angle of 64.44º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #717358 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB11311588-
CMYK0.0200.230.55
HSL64.44º13.3%39.8%-
HSV(B)64.44º23.48%45.1%-
XYZ14.716.4811.64-
YUV111.32114.84129.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.76%
GREEN value IS 115 (45.31% from 255) = 36.39%
BLUE value IS 88 (34.77% from 255) = 27.85%
R=35.76%
G=36.39%
B=27.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113115880.0200.230.5564.4413.339.8
Hex71735820173740d28
Octal1611631302027671001550
Binary1110001111001110110001001011111011110000001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717358; }

 p { color: rgb(113,115,88); }

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

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

 a { background-color: rgb(113,115,88); }

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

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

 span { border-color: rgb(113,115,88); }

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