Html Css Color HEX #49772B Bilbao

📋 copy color: '#49772B'

red 73 ◦ green 119 ◦ blue 43

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

Shades of Bilbao #49772B

Tints of Bilbao #49772B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.64%

 BLUE value IS 43 (17.19% from 255) = 18.3%

R = 31.06%
G = 50.64%
B = 18.3%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#49772B (or 0x49772B) is known color: Bilbao. HEX triplet: 49, 77 and 2B. RGB value is (73,119,43). Sum of RGB (Red+Green+Blue) = 73+119+43=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #49772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49772B is #B688D4. Grayscale: #606060. Windows color (decimal): -11962581 or 2848585. OLE color: 2848585.

HSL color Cylindrical-coordinate representation of color #49772B: hue angle of 96.32º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49772B is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 119 43 -
CMYK 0.39 0 0.64 0.53
HSL 96.32º 0.47% 0.32% -
HSV(B) 96.32º 0.64% 0.47% -
XYZ 9.78 14.78 4.62 -
YUV 96.58 97.76 111.18 -
System Red Green Blue C M Y K H S L
Decimal 73 119 43 0.39 0 0.64 0.53 96.32 0.47 0.32
Hex 49 77 2B 27 0 40 35 60 2F 20
Octal 111 167 53 47 0 100 65 140 57 40
Binary 1001001 1110111 101011 100111 0 1000000 110101 1100000 101111 100000

Color Harmonies of #49772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49772B

Black with #49772B

Text Example


Text Example

White with #49772B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,119,43); }

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

background-color css

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

 a { background-color: rgb(73,119,43); }

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

border-color css

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

 span { border-color: rgb(73,119,43); }

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