Html Css Color HEX #498011 Bilbao

📋 copy color: '#498011'

red 73 ◦ green 128 ◦ blue 17

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

Shades of Bilbao #498011

Tints of Bilbao #498011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.8%

R = 33.49%
G = 58.72%
B = 7.8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#498011 (or 0x498011) is known color: Bilbao. HEX triplet: 49, 80 and 11. RGB value is (73,128,17). Sum of RGB (Red+Green+Blue) = 73+128+17=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 128 (50.39% from 255 or 58.72% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 128 - color contains mainly: green. Hex color #498011 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498011 is #B67FEE. Grayscale: #636363. Windows color (decimal): -11960303 or 1146953. OLE color: 1146953.

HSL color Cylindrical-coordinate representation of color #498011: hue angle of 89.73º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #498011 is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 128 17 -
CMYK 0.43 0 0.87 0.50
HSL 89.73º 0.77% 0.28% -
HSV(B) 89.73º 0.87% 0.5% -
XYZ 10.57 16.9 3.23 -
YUV 98.9 81.78 109.53 -
System Red Green Blue C M Y K H S L
Decimal 73 128 17 0.43 0 0.87 0.50 89.73 0.77 0.28
Hex 49 80 11 2B 0 57 32 5A 4D 1C
Octal 111 200 21 53 0 127 62 132 115 34
Binary 1001001 10000000 10001 101011 0 1010111 110010 1011010 1001101 11100

Color Harmonies of #498011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498011

Black with #498011

Text Example


Text Example

White with #498011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498011; }

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

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

background-color css

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

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

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

border-color css

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

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

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