Html Css Color HEX #49800B Bilbao

📋 copy color: '#49800B'

red 73 ◦ green 128 ◦ blue 11

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

Shades of Bilbao #49800B

Tints of Bilbao #49800B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 60.38%

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

R = 34.43%
G = 60.38%
B = 5.19%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#49800B (or 0x49800B) is known color: Bilbao. HEX triplet: 49, 80 and 0B. RGB value is (73,128,11). Sum of RGB (Red+Green+Blue) = 73+128+11=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 128 (50.39% from 255 or 60.38% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 128 - color contains mainly: green. Hex color #49800B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49800B is #B67FF4. Grayscale: #626262. Windows color (decimal): -11960309 or 753737. OLE color: 753737.

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

Color convert

RGB 73 128 11 -
CMYK 0.43 0 0.91 0.50
HSL 88.21º 0.84% 0.27% -
HSV(B) 88.21º 0.91% 0.5% -
XYZ 10.53 16.88 3.02 -
YUV 98.22 78.78 110.01 -
System Red Green Blue C M Y K H S L
Decimal 73 128 11 0.43 0 0.91 0.50 88.21 0.84 0.27
Hex 49 80 B 2B 0 5B 32 58 54 1B
Octal 111 200 13 53 0 133 62 130 124 33
Binary 1001001 10000000 1011 101011 0 1011011 110010 1011000 1010100 11011

Color Harmonies of #49800B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49800B

Black with #49800B

Text Example


Text Example

White with #49800B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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