#758548

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

Shades of Finch #758548

Tints of Finch #758548

Color information

#758548 (or 0x758548) is unknown color: approx Finch. HEX triplet: 75, 85 and 48. RGB value is (117,133,72). Sum of RGB (Red+Green+Blue) = 117+133+72=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #758548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758548 is #8A7AB7. Grayscale: #797979. Windows color (decimal): -9075384 or 4752757. OLE color: 4752757.

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

Color convert

RGB11713372-
CMYK0.1200.460.48
HSL75.74º29.76%40.2%-
HSV(B)75.74º45.86%52.16%-
XYZ16.8921.029.3-
YUV121.26100.2124.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 133 (52.34% from 255) = 41.30%
BLUE value IS 72 (28.52% from 255) = 22.36%
R=36.34%
G=41.30%
B=22.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117133720.1200.460.4875.7429.7640.2
Hex758548C02E304c1e28
Octal16520511014056601143650
Binary111010110000101100100011000101110110000100110011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758548; }

 p { color: rgb(117,133,72); }

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

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

 a { background-color: rgb(117,133,72); }

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

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

 span { border-color: rgb(117,133,72); }

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