Html Css Color HEX #728248 Finch

📋 copy color: '#728248'

red 114 ◦ green 130 ◦ blue 72

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

Shades of Finch #728248

Tints of Finch #728248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.78%

R = 36.08%
G = 41.14%
B = 22.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#728248 (or 0x728248) is known color: Finch. HEX triplet: 72, 82 and 48. RGB value is (114,130,72). Sum of RGB (Red+Green+Blue) = 114+130+72=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 130 - color contains mainly: green. Hex color #728248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728248 is #8D7DB7. Grayscale: #767676. Windows color (decimal): -9272760 or 4751986. OLE color: 4751986.

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

Color convert

RGB 114 130 72 -
CMYK 0.12 0 0.45 0.49
HSL 76.55º 0.29% 0.4% -
HSV(B) 76.55º 0.45% 0.51% -
XYZ 16.09 20.01 9.15 -
YUV 118.6 101.7 124.72 -
System Red Green Blue C M Y K H S L
Decimal 114 130 72 0.12 0 0.45 0.49 76.55 0.29 0.4
Hex 72 82 48 C 0 2D 31 4D 1D 28
Octal 162 202 110 14 0 55 61 115 35 50
Binary 1110010 10000010 1001000 1100 0 101101 110001 1001101 11101 101000

Color Harmonies of #728248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728248

Black with #728248

Text Example


Text Example

White with #728248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728248; }

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

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

background-color css

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

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

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

border-color css

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

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

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