Html Css Color HEX #49782E Bilbao

📋 copy color: '#49782E'

red 73 ◦ green 120 ◦ blue 46

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

Shades of Bilbao #49782E

Tints of Bilbao #49782E

RGB

 RED value IS 73 (28.91% from 255) = 30.54%

 GREEN value IS 120 (47.27% from 255) = 50.21%

 BLUE value IS 46 (18.36% from 255) = 19.25%

R = 30.54%
G = 50.21%
B = 19.25%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#49782E (or 0x49782E) is known color: Bilbao. HEX triplet: 49, 78 and 2E. RGB value is (73,120,46). Sum of RGB (Red+Green+Blue) = 73+120+46=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #49782E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49782E is #B687D1. Grayscale: #616161. Windows color (decimal): -11962322 or 3045449. OLE color: 3045449.

HSL color Cylindrical-coordinate representation of color #49782E: hue angle of 98.11º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49782E is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 120 46 -
CMYK 0.39 0 0.62 0.53
HSL 98.11º 0.45% 0.33% -
HSV(B) 98.11º 0.62% 0.47% -
XYZ 9.96 15.05 4.96 -
YUV 97.51 98.93 110.52 -
System Red Green Blue C M Y K H S L
Decimal 73 120 46 0.39 0 0.62 0.53 98.11 0.45 0.33
Hex 49 78 2E 27 0 3E 35 62 2D 21
Octal 111 170 56 47 0 76 65 142 55 41
Binary 1001001 1111000 101110 100111 0 111110 110101 1100010 101101 100001

Color Harmonies of #49782E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49782E

Black with #49782E

Text Example


Text Example

White with #49782E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49782E; }

 p { color: rgb(73,120,46); }

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

background-color css

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

 a { background-color: rgb(73,120,46); }

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

border-color css

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

 span { border-color: rgb(73,120,46); }

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