Html Css Color HEX #728249 Finch

📋 copy color: '#728249'

red 114 ◦ green 130 ◦ blue 73

#728249
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finch #728249

Tints of Finch #728249

RGB

 RED value IS 114 (44.92% from 255) = 35.96%

 GREEN value IS 130 (51.17% from 255) = 41.01%

 BLUE value IS 73 (28.91% from 255) = 23.03%

R = 35.96%
G = 41.01%
B = 23.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#728249 (or 0x728249) is known color: Finch. HEX triplet: 72, 82 and 49. RGB value is (114,130,73). Sum of RGB (Red+Green+Blue) = 114+130+73=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #728249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728249 is #8D7DB6. Grayscale: #767676. Windows color (decimal): -9272759 or 4817522. OLE color: 4817522.

HSL color Cylindrical-coordinate representation of color #728249: hue angle of 76.84º 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 #728249 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 130 73 -
CMYK 0.12 0 0.44 0.49
HSL 76.84º 0.28% 0.4% -
HSV(B) 76.84º 0.44% 0.51% -
XYZ 16.12 20.02 9.32 -
YUV 118.72 102.2 124.63 -
System Red Green Blue C M Y K H S L
Decimal 114 130 73 0.12 0 0.44 0.49 76.84 0.28 0.4
Hex 72 82 49 C 0 2C 31 4D 1C 28
Octal 162 202 111 14 0 54 61 115 34 50
Binary 1110010 10000010 1001001 1100 0 101100 110001 1001101 11100 101000

Color Harmonies of #728249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728249

Black with #728249

Text Example


Text Example

White with #728249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728249; }

 p { color: rgb(114,130,73); }

 H1.HeaderClassName
 {
   color: #728249;
 }
 .AnyTagClassName
 {
   color: #728249;
 }
</style>

background-color css

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

 a { background-color: rgb(114,130,73); }

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

border-color css

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

 span { border-color: rgb(114,130,73); }

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