#738053

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

Shades of Finch #738053

Tints of Finch #738053

Color information

#738053 (or 0x738053) is unknown color: approx Finch. HEX triplet: 73, 80 and 53. RGB value is (115,128,83). Sum of RGB (Red+Green+Blue) = 115+128+83=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 128 - color contains mainly: green. Hex color #738053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738053 is #8C7FAC. Grayscale: #777777. Windows color (decimal): -9207725 or 5472371. OLE color: 5472371.

HSL color Cylindrical-coordinate representation of color #738053: hue angle of 77.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #738053 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB11512883-
CMYK0.1000.350.50
HSL77.33º21.33%41.37%-
HSV(B)77.33º35.16%50.2%-
XYZ16.3519.7111.13-
YUV118.98107.69125.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.28%
GREEN value IS 128 (50.39% from 255) = 39.26%
BLUE value IS 83 (32.81% from 255) = 25.46%
R=35.28%
G=39.26%
B=25.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal115128830.1000.350.5077.3321.3341.37
Hex738053A023324d1529
Octal16320012312043621152551
Binary111001110000000101001110100100011110010100110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738053; }

 p { color: rgb(115,128,83); }

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

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

 a { background-color: rgb(115,128,83); }

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

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

 span { border-color: rgb(115,128,83); }

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