Html Css Color HEX #498311 Bilbao

📋 copy color: '#498311'

red 73 ◦ green 131 ◦ blue 17

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

Shades of Bilbao #498311

Tints of Bilbao #498311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 59.28%

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

R = 33.03%
G = 59.28%
B = 7.69%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#498311 (or 0x498311) is known color: Bilbao. HEX triplet: 49, 83 and 11. RGB value is (73,131,17). Sum of RGB (Red+Green+Blue) = 73+131+17=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 131 (51.56% from 255 or 59.28% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 131 - color contains mainly: green. Hex color #498311 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498311 is #B67CEE. Grayscale: #656565. Windows color (decimal): -11959535 or 1147721. OLE color: 1147721.

HSL color Cylindrical-coordinate representation of color #498311: hue angle of 90.53º 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 #498311 is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 131 17 -
CMYK 0.44 0 0.87 0.49
HSL 90.53º 0.77% 0.29% -
HSV(B) 90.53º 0.87% 0.51% -
XYZ 10.97 17.69 3.37 -
YUV 100.66 80.78 108.27 -
System Red Green Blue C M Y K H S L
Decimal 73 131 17 0.44 0 0.87 0.49 90.53 0.77 0.29
Hex 49 83 11 2C 0 57 31 5B 4D 1D
Octal 111 203 21 54 0 127 61 133 115 35
Binary 1001001 10000011 10001 101100 0 1010111 110001 1011011 1001101 11101

Color Harmonies of #498311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498311

Black with #498311

Text Example


Text Example

White with #498311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498311; }

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

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

background-color css

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

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

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

border-color css

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

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

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