#718148

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

Shades of Finch #718148

Tints of Finch #718148

Color information

#718148 (or 0x718148) is unknown color: approx Finch. HEX triplet: 71, 81 and 48. RGB value is (113,129,72). Sum of RGB (Red+Green+Blue) = 113+129+72=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #718148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718148 is #8E7EB7. Grayscale: #757575. Windows color (decimal): -9338552 or 4751729. OLE color: 4751729.

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

Color convert

RGB11312972-
CMYK0.1200.440.49
HSL76.84º28.36%39.41%-
HSV(B)76.84º44.19%50.59%-
XYZ15.8319.689.1-
YUV117.72102.2124.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.99%
GREEN value IS 129 (50.78% from 255) = 41.08%
BLUE value IS 72 (28.52% from 255) = 22.93%
R=35.99%
G=41.08%
B=22.93%

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
Decimal113129720.1200.440.4976.8428.3639.41
Hex718148C02C314d1c27
Octal16120111014054611153447
Binary111000110000001100100011000101100110001100110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718148; }

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

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

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

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

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

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

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

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