Html Css Color HEX #498319 Bilbao

📋 copy color: '#498319'

red 73 ◦ green 131 ◦ blue 25

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

Shades of Bilbao #498319

Tints of Bilbao #498319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.92%

R = 31.88%
G = 57.21%
B = 10.92%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#498319 (or 0x498319) is known color: Bilbao. HEX triplet: 49, 83 and 19. RGB value is (73,131,25). Sum of RGB (Red+Green+Blue) = 73+131+25=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #498319 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498319 is #B67CE6. Grayscale: #656565. Windows color (decimal): -11959527 or 1672009. OLE color: 1672009.

HSL color Cylindrical-coordinate representation of color #498319: hue angle of 92.83º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #498319 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 131 25 -
CMYK 0.44 0 0.81 0.49
HSL 92.83º 0.68% 0.31% -
HSV(B) 92.83º 0.81% 0.51% -
XYZ 11.04 17.72 3.76 -
YUV 101.57 84.78 107.62 -
System Red Green Blue C M Y K H S L
Decimal 73 131 25 0.44 0 0.81 0.49 92.83 0.68 0.31
Hex 49 83 19 2C 0 51 31 5D 44 1F
Octal 111 203 31 54 0 121 61 135 104 37
Binary 1001001 10000011 11001 101100 0 1010001 110001 1011101 1000100 11111

Color Harmonies of #498319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498319

Black with #498319

Text Example


Text Example

White with #498319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498319; }

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

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

background-color css

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

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

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

border-color css

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

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

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