#738150

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

Shades of Finch #738150

Tints of Finch #738150

Color information

#738150 (or 0x738150) is unknown color: approx Finch. HEX triplet: 73, 81 and 50. RGB value is (115,129,80). Sum of RGB (Red+Green+Blue) = 115+129+80=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 129 - color contains mainly: green. Hex color #738150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738150 is #8C7EAF. Grayscale: #777777. Windows color (decimal): -9207472 or 5276019. OLE color: 5276019.

HSL color Cylindrical-coordinate representation of color #738150: hue angle of 77.14º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #738150 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB11512980-
CMYK0.1100.380.49
HSL77.14º23.44%40.98%-
HSV(B)77.14º37.98%50.59%-
XYZ16.3719.9210.57-
YUV119.23105.86124.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.49%
GREEN value IS 129 (50.78% from 255) = 39.81%
BLUE value IS 80 (31.64% from 255) = 24.69%
R=35.49%
G=39.81%
B=24.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal115129800.1100.380.4977.1423.4440.98
Hex738150B026314d1729
Octal16320112013046611152751
Binary111001110000001101000010110100110110001100110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738150; }

 p { color: rgb(115,129,80); }

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

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

 a { background-color: rgb(115,129,80); }

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

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

 span { border-color: rgb(115,129,80); }

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