#758449

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

Shades of Finch #758449

Tints of Finch #758449

Color information

#758449 (or 0x758449) is unknown color: approx Finch. HEX triplet: 75, 84 and 49. RGB value is (117,132,73). Sum of RGB (Red+Green+Blue) = 117+132+73=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 132 - color contains mainly: green. Hex color #758449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758449 is #8A7BB6. Grayscale: #797979. Windows color (decimal): -9075639 or 4818037. OLE color: 4818037.

HSL color Cylindrical-coordinate representation of color #758449: hue angle of 75.25º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #758449 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB11713273-
CMYK0.1100.450.48
HSL75.25º28.78%40.2%-
HSV(B)75.25º44.7%51.76%-
XYZ16.7920.779.43-
YUV120.79101.03125.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 132 (51.95% from 255) = 40.99%
BLUE value IS 73 (28.91% from 255) = 22.67%
R=36.34%
G=40.99%
B=22.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117132730.1100.450.4875.2528.7840.2
Hex758449B02D304b1d28
Octal16520411113055601133550
Binary111010110000100100100110110101101110000100101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758449; }

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

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

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

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

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

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

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

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