Html Css Color HEX #728244 Finch

📋 copy color: '#728244'

red 114 ◦ green 130 ◦ blue 68

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

Shades of Finch #728244

Tints of Finch #728244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.79%

R = 36.54%
G = 41.67%
B = 21.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#728244 (or 0x728244) is known color: Finch. HEX triplet: 72, 82 and 44. RGB value is (114,130,68). Sum of RGB (Red+Green+Blue) = 114+130+68=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #728244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728244 is #8D7DBB. Grayscale: #767676. Windows color (decimal): -9272764 or 4489842. OLE color: 4489842.

HSL color Cylindrical-coordinate representation of color #728244: hue angle of 75.48º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #728244 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 130 68 -
CMYK 0.12 0 0.48 0.49
HSL 75.48º 0.31% 0.39% -
HSV(B) 75.48º 0.48% 0.51% -
XYZ 15.97 19.96 8.48 -
YUV 118.15 99.7 125.04 -
System Red Green Blue C M Y K H S L
Decimal 114 130 68 0.12 0 0.48 0.49 75.48 0.31 0.39
Hex 72 82 44 C 0 30 31 4B 1F 27
Octal 162 202 104 14 0 60 61 113 37 47
Binary 1110010 10000010 1000100 1100 0 110000 110001 1001011 11111 100111

Color Harmonies of #728244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728244

Black with #728244

Text Example


Text Example

White with #728244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728244; }

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

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

background-color css

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

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

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

border-color css

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

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

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