#728348

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

Shades of Finch #728348

Tints of Finch #728348

Color information

#728348 (or 0x728348) is unknown color: approx Finch. HEX triplet: 72, 83 and 48. RGB value is (114,131,72). Sum of RGB (Red+Green+Blue) = 114+131+72=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 131 - color contains mainly: green. Hex color #728348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728348 is #8D7CB7. Grayscale: #777777. Windows color (decimal): -9272504 or 4752242. OLE color: 4752242.

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

Color convert

RGB11413172-
CMYK0.1300.450.49
HSL77.29º29.06%39.8%-
HSV(B)77.29º45.04%51.37%-
XYZ16.2320.289.19-
YUV119.19101.37124.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.96%
GREEN value IS 131 (51.56% from 255) = 41.32%
BLUE value IS 72 (28.52% from 255) = 22.71%
R=35.96%
G=41.32%
B=22.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114131720.1300.450.4977.2929.0639.8
Hex728348D02D314d1d28
Octal16220311015055611153550
Binary111001010000011100100011010101101110001100110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728348; }

 p { color: rgb(114,131,72); }

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

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

 a { background-color: rgb(114,131,72); }

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

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

 span { border-color: rgb(114,131,72); }

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