#758349

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

Shades of Finch #758349

Tints of Finch #758349

Color information

#758349 (or 0x758349) is unknown color: approx Finch. HEX triplet: 75, 83 and 49. RGB value is (117,131,73). Sum of RGB (Red+Green+Blue) = 117+131+73=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 131 - color contains mainly: green. Hex color #758349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758349 is #8A7CB6. Grayscale: #787878. Windows color (decimal): -9075895 or 4817781. OLE color: 4817781.

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

Color convert

RGB11713173-
CMYK0.1100.440.49
HSL74.48º28.43%40%-
HSV(B)74.48º44.27%51.37%-
XYZ16.6620.59.38-
YUV120.2101.36125.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.45%
GREEN value IS 131 (51.56% from 255) = 40.81%
BLUE value IS 73 (28.91% from 255) = 22.74%
R=36.45%
G=40.81%
B=22.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117131730.1100.440.4974.4828.4340
Hex758349B02C314a1c28
Octal16520311113054611123450
Binary111010110000011100100110110101100110001100101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758349; }

 p { color: rgb(117,131,73); }

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

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

 a { background-color: rgb(117,131,73); }

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

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

 span { border-color: rgb(117,131,73); }

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