Html Css Color HEX #49810B Bilbao

📋 copy color: '#49810B'

red 73 ◦ green 129 ◦ blue 11

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

Shades of Bilbao #49810B

Tints of Bilbao #49810B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.16%

R = 34.27%
G = 60.56%
B = 5.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#49810B (or 0x49810B) is known color: Bilbao. HEX triplet: 49, 81 and 0B. RGB value is (73,129,11). Sum of RGB (Red+Green+Blue) = 73+129+11=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 129 (50.78% from 255 or 60.56% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 129 - color contains mainly: green. Hex color #49810B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49810B is #B67EF4. Grayscale: #636363. Windows color (decimal): -11960053 or 753993. OLE color: 753993.

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

Color convert

RGB 73 129 11 -
CMYK 0.43 0 0.91 0.49
HSL 88.47º 0.84% 0.27% -
HSV(B) 88.47º 0.91% 0.51% -
XYZ 10.66 17.14 3.06 -
YUV 98.8 78.45 109.59 -
System Red Green Blue C M Y K H S L
Decimal 73 129 11 0.43 0 0.91 0.49 88.47 0.84 0.27
Hex 49 81 B 2B 0 5B 31 58 54 1B
Octal 111 201 13 53 0 133 61 130 124 33
Binary 1001001 10000001 1011 101011 0 1011011 110001 1011000 1010100 11011

Color Harmonies of #49810B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49810B

Black with #49810B

Text Example


Text Example

White with #49810B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,129,11); }

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

background-color css

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

 a { background-color: rgb(73,129,11); }

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

border-color css

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

 span { border-color: rgb(73,129,11); }

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