Html Css Color HEX #49840B Bilbao

📋 copy color: '#49840B'

red 73 ◦ green 132 ◦ blue 11

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

Shades of Bilbao #49840B

Tints of Bilbao #49840B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 61.11%

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

R = 33.8%
G = 61.11%
B = 5.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#49840B (or 0x49840B) is known color: Bilbao. HEX triplet: 49, 84 and 0B. RGB value is (73,132,11). Sum of RGB (Red+Green+Blue) = 73+132+11=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 132 (51.95% from 255 or 61.11% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 132 - color contains mainly: green. Hex color #49840B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49840B is #B67BF4. Grayscale: #646464. Windows color (decimal): -11959285 or 754761. OLE color: 754761.

HSL color Cylindrical-coordinate representation of color #49840B: hue angle of 89.26º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49840B is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 132 11 -
CMYK 0.45 0 0.92 0.48
HSL 89.26º 0.85% 0.28% -
HSV(B) 89.26º 0.92% 0.52% -
XYZ 11.06 17.94 3.2 -
YUV 100.57 77.45 108.34 -
System Red Green Blue C M Y K H S L
Decimal 73 132 11 0.45 0 0.92 0.48 89.26 0.85 0.28
Hex 49 84 B 2D 0 5C 30 59 55 1C
Octal 111 204 13 55 0 134 60 131 125 34
Binary 1001001 10000100 1011 101101 0 1011100 110000 1011001 1010101 11100

Color Harmonies of #49840B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49840B

Black with #49840B

Text Example


Text Example

White with #49840B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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