Html Css Color HEX #73854B Finch

📋 copy color: '#73854B'

red 115 ◦ green 133 ◦ blue 75

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

Shades of Finch #73854B

Tints of Finch #73854B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.18%

 BLUE value IS 75 (29.69% from 255) = 23.22%

R = 35.6%
G = 41.18%
B = 23.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#73854B (or 0x73854B) is known color: Finch. HEX triplet: 73, 85 and 4B. RGB value is (115,133,75). Sum of RGB (Red+Green+Blue) = 115+133+75=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 133 - color contains mainly: green. Hex color #73854B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73854B is #8C7AB4. Grayscale: #797979. Windows color (decimal): -9206453 or 4949363. OLE color: 4949363.

HSL color Cylindrical-coordinate representation of color #73854B: hue angle of 78.62º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73854B is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 133 75 -
CMYK 0.14 0 0.44 0.48
HSL 78.62º 0.28% 0.41% -
HSV(B) 78.62º 0.44% 0.52% -
XYZ 16.73 20.93 9.81 -
YUV 121.01 102.04 123.72 -
System Red Green Blue C M Y K H S L
Decimal 115 133 75 0.14 0 0.44 0.48 78.62 0.28 0.41
Hex 73 85 4B E 0 2C 30 4F 1C 29
Octal 163 205 113 16 0 54 60 117 34 51
Binary 1110011 10000101 1001011 1110 0 101100 110000 1001111 11100 101001

Color Harmonies of #73854B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73854B

Black with #73854B

Text Example


Text Example

White with #73854B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73854B; }

 p { color: rgb(115,133,75); }

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

background-color css

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

 a { background-color: rgb(115,133,75); }

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

border-color css

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

 span { border-color: rgb(115,133,75); }

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