Html Css Color HEX #498314 Bilbao

📋 copy color: '#498314'

red 73 ◦ green 131 ◦ blue 20

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

Shades of Bilbao #498314

Tints of Bilbao #498314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.93%

R = 32.59%
G = 58.48%
B = 8.93%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#498314 (or 0x498314) is known color: Bilbao. HEX triplet: 49, 83 and 14. RGB value is (73,131,20). Sum of RGB (Red+Green+Blue) = 73+131+20=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 131 (51.56% from 255 or 58.48% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 131 - color contains mainly: green. Hex color #498314 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498314 is #B67CEB. Grayscale: #656565. Windows color (decimal): -11959532 or 1344329. OLE color: 1344329.

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

Color convert

RGB 73 131 20 -
CMYK 0.44 0 0.85 0.49
HSL 91.35º 0.74% 0.3% -
HSV(B) 91.35º 0.85% 0.51% -
XYZ 10.99 17.7 3.5 -
YUV 101 82.28 108.03 -
System Red Green Blue C M Y K H S L
Decimal 73 131 20 0.44 0 0.85 0.49 91.35 0.74 0.3
Hex 49 83 14 2C 0 55 31 5B 4A 1E
Octal 111 203 24 54 0 125 61 133 112 36
Binary 1001001 10000011 10100 101100 0 1010101 110001 1011011 1001010 11110

Color Harmonies of #498314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498314

Black with #498314

Text Example


Text Example

White with #498314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498314; }

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

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

background-color css

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

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

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

border-color css

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

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

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