Html Css Color HEX #738246 Finch

📋 copy color: '#738246'

red 115 ◦ green 130 ◦ blue 70

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

Shades of Finch #738246

Tints of Finch #738246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.22%

R = 36.51%
G = 41.27%
B = 22.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#738246 (or 0x738246) is known color: Finch. HEX triplet: 73, 82 and 46. RGB value is (115,130,70). Sum of RGB (Red+Green+Blue) = 115+130+70=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #738246 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738246 is #8C7DB9. Grayscale: #767676. Windows color (decimal): -9207226 or 4620915. OLE color: 4620915.

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

Color convert

RGB 115 130 70 -
CMYK 0.12 0 0.46 0.49
HSL 75º 0.3% 0.39% -
HSV(B) 75º 0.46% 0.51% -
XYZ 16.16 20.05 8.81 -
YUV 118.68 100.53 125.38 -
System Red Green Blue C M Y K H S L
Decimal 115 130 70 0.12 0 0.46 0.49 75 0.3 0.39
Hex 73 82 46 C 0 2E 31 4B 1E 27
Octal 163 202 106 14 0 56 61 113 36 47
Binary 1110011 10000010 1000110 1100 0 101110 110001 1001011 11110 100111

Color Harmonies of #738246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738246

Black with #738246

Text Example


Text Example

White with #738246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738246; }

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

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

background-color css

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

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

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

border-color css

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

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

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