#718048

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

Shades of Finch #718048

Tints of Finch #718048

Color information

#718048 (or 0x718048) is unknown color: approx Finch. HEX triplet: 71, 80 and 48. RGB value is (113,128,72). Sum of RGB (Red+Green+Blue) = 113+128+72=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 128 - color contains mainly: green. Hex color #718048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718048 is #8E7FB7. Grayscale: #757575. Windows color (decimal): -9338808 or 4751473. OLE color: 4751473.

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

Color convert

RGB11312872-
CMYK0.1200.440.50
HSL76.07º28%39.22%-
HSV(B)76.07º43.75%50.2%-
XYZ15.719.429.05-
YUV117.13102.53125.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.10%
GREEN value IS 128 (50.39% from 255) = 40.89%
BLUE value IS 72 (28.52% from 255) = 23.00%
R=36.10%
G=40.89%
B=23.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113128720.1200.440.5076.072839.22
Hex718048C02C324c1c27
Octal16120011014054621143447
Binary111000110000000100100011000101100110010100110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718048; }

 p { color: rgb(113,128,72); }

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

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

 a { background-color: rgb(113,128,72); }

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

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

 span { border-color: rgb(113,128,72); }

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