Html Css Color HEX #498310 Bilbao

📋 copy color: '#498310'

red 73 ◦ green 131 ◦ blue 16

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

Shades of Bilbao #498310

Tints of Bilbao #498310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.27%

R = 33.18%
G = 59.55%
B = 7.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#498310 (or 0x498310) is known color: Bilbao. HEX triplet: 49, 83 and 10. RGB value is (73,131,16). Sum of RGB (Red+Green+Blue) = 73+131+16=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #498310 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498310 is #B67CEF. Grayscale: #646464. Windows color (decimal): -11959536 or 1082185. OLE color: 1082185.

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

Color convert

RGB 73 131 16 -
CMYK 0.44 0 0.88 0.49
HSL 90.26º 0.78% 0.29% -
HSV(B) 90.26º 0.88% 0.51% -
XYZ 10.96 17.69 3.33 -
YUV 100.55 80.28 108.35 -
System Red Green Blue C M Y K H S L
Decimal 73 131 16 0.44 0 0.88 0.49 90.26 0.78 0.29
Hex 49 83 10 2C 0 58 31 5A 4E 1D
Octal 111 203 20 54 0 130 61 132 116 35
Binary 1001001 10000011 10000 101100 0 1011000 110001 1011010 1001110 11101

Color Harmonies of #498310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498310

Black with #498310

Text Example


Text Example

White with #498310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498310; }

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

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

background-color css

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

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

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

border-color css

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

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

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