Html Css Color HEX #73814B Finch

📋 copy color: '#73814B'

red 115 ◦ green 129 ◦ blue 75

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

Shades of Finch #73814B

Tints of Finch #73814B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.44%

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

R = 36.05%
G = 40.44%
B = 23.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#73814B (or 0x73814B) is known color: Finch. HEX triplet: 73, 81 and 4B. RGB value is (115,129,75). Sum of RGB (Red+Green+Blue) = 115+129+75=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 129 - color contains mainly: green. Hex color #73814B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73814B is #8C7EB4. Grayscale: #767676. Windows color (decimal): -9207477 or 4948339. OLE color: 4948339.

HSL color Cylindrical-coordinate representation of color #73814B: hue angle of 75.56º degrees, saturation: 0.26, 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 #73814B is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 129 75 -
CMYK 0.11 0 0.42 0.49
HSL 75.56º 0.26% 0.4% -
HSV(B) 75.56º 0.42% 0.51% -
XYZ 16.19 19.85 9.64 -
YUV 118.66 103.36 125.39 -
System Red Green Blue C M Y K H S L
Decimal 115 129 75 0.11 0 0.42 0.49 75.56 0.26 0.4
Hex 73 81 4B B 0 2A 31 4C 1A 28
Octal 163 201 113 13 0 52 61 114 32 50
Binary 1110011 10000001 1001011 1011 0 101010 110001 1001100 11010 101000

Color Harmonies of #73814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73814B

Black with #73814B

Text Example


Text Example

White with #73814B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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