#718042

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

Shades of Finch #718042

Tints of Finch #718042

Color information

#718042 (or 0x718042) is unknown color: approx Finch. HEX triplet: 71, 80 and 42. RGB value is (113,128,66). Sum of RGB (Red+Green+Blue) = 113+128+66=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 128 - color contains mainly: green. Hex color #718042 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718042 is #8E7FBD. Grayscale: #747474. Windows color (decimal): -9338814 or 4358257. OLE color: 4358257.

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

Color convert

RGB11312866-
CMYK0.1200.480.50
HSL74.52º31.96%38.04%-
HSV(B)74.52º48.44%50.2%-
XYZ15.5119.348.07-
YUV116.4599.53125.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.81%
GREEN value IS 128 (50.39% from 255) = 41.69%
BLUE value IS 66 (26.17% from 255) = 21.50%
R=36.81%
G=41.69%
B=21.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113128660.1200.480.5074.5231.9638.04
Hex718042C030324b2026
Octal16120010214060621134046
Binary1110001100000001000010110001100001100101001011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718042; }

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

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

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

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

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

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

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

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