Html Css Color HEX #73824B Finch

📋 copy color: '#73824B'

red 115 ◦ green 130 ◦ blue 75

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

Shades of Finch #73824B

Tints of Finch #73824B

RGB

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

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

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

R = 35.94%
G = 40.63%
B = 23.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#73824B (or 0x73824B) is known color: Finch. HEX triplet: 73, 82 and 4B. RGB value is (115,130,75). Sum of RGB (Red+Green+Blue) = 115+130+75=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 130 - color contains mainly: green. Hex color #73824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73824B is #8C7DB4. Grayscale: #777777. Windows color (decimal): -9207221 or 4948595. OLE color: 4948595.

HSL color Cylindrical-coordinate representation of color #73824B: hue angle of 76.36º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73824B is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 130 75 -
CMYK 0.12 0 0.42 0.49
HSL 76.36º 0.27% 0.4% -
HSV(B) 76.36º 0.42% 0.51% -
XYZ 16.32 20.12 9.68 -
YUV 119.25 103.03 124.97 -
System Red Green Blue C M Y K H S L
Decimal 115 130 75 0.12 0 0.42 0.49 76.36 0.27 0.4
Hex 73 82 4B C 0 2A 31 4C 1B 28
Octal 163 202 113 14 0 52 61 114 33 50
Binary 1110011 10000010 1001011 1100 0 101010 110001 1001100 11011 101000

Color Harmonies of #73824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73824B

Black with #73824B

Text Example


Text Example

White with #73824B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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