Html Css Color HEX #738248 Finch

📋 copy color: '#738248'

red 115 ◦ green 130 ◦ blue 72

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

Shades of Finch #738248

Tints of Finch #738248

RGB

 RED value IS 115 (45.31% from 255) = 36.28%

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

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

R = 36.28%
G = 41.01%
B = 22.71%

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

#738248 (or 0x738248) is known color: Finch. HEX triplet: 73, 82 and 48. RGB value is (115,130,72). Sum of RGB (Red+Green+Blue) = 115+130+72=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #738248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738248 is #8C7DB7. Grayscale: #777777. Windows color (decimal): -9207224 or 4751987. OLE color: 4751987.

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

Color convert

RGB 115 130 72 -
CMYK 0.12 0 0.45 0.49
HSL 75.52º 0.29% 0.4% -
HSV(B) 75.52º 0.45% 0.51% -
XYZ 16.22 20.08 9.15 -
YUV 118.9 101.53 125.22 -
System Red Green Blue C M Y K H S L
Decimal 115 130 72 0.12 0 0.45 0.49 75.52 0.29 0.4
Hex 73 82 48 C 0 2D 31 4C 1D 28
Octal 163 202 110 14 0 55 61 114 35 50
Binary 1110011 10000010 1001000 1100 0 101101 110001 1001100 11101 101000

Color Harmonies of #738248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738248

Black with #738248

Text Example


Text Example

White with #738248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738248; }

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

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

background-color css

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

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

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

border-color css

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

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

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