Html Css Color HEX #498111 Bilbao

📋 copy color: '#498111'

red 73 ◦ green 129 ◦ blue 17

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

Shades of Bilbao #498111

Tints of Bilbao #498111

RGB

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

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

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

R = 33.33%
G = 58.9%
B = 7.76%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#498111 (or 0x498111) is known color: Bilbao. HEX triplet: 49, 81 and 11. RGB value is (73,129,17). Sum of RGB (Red+Green+Blue) = 73+129+17=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 129 (50.78% from 255 or 58.90% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 129 - color contains mainly: green. Hex color #498111 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498111 is #B67EEE. Grayscale: #636363. Windows color (decimal): -11960047 or 1147209. OLE color: 1147209.

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

Color convert

RGB 73 129 17 -
CMYK 0.43 0 0.87 0.49
HSL 90º 0.77% 0.29% -
HSV(B) 90º 0.87% 0.51% -
XYZ 10.7 17.16 3.28 -
YUV 99.49 81.45 109.11 -
System Red Green Blue C M Y K H S L
Decimal 73 129 17 0.43 0 0.87 0.49 90 0.77 0.29
Hex 49 81 11 2B 0 57 31 5A 4D 1D
Octal 111 201 21 53 0 127 61 132 115 35
Binary 1001001 10000001 10001 101011 0 1010111 110001 1011010 1001101 11101

Color Harmonies of #498111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498111

Black with #498111

Text Example


Text Example

White with #498111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498111; }

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

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

background-color css

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

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

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

border-color css

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

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

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