Html Css Color HEX #498400 Bilbao

📋 copy color: '#498400'

red 73 ◦ green 132 ◦ blue 0

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

Shades of Bilbao #498400

Tints of Bilbao #498400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 64.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 35.61%
G = 64.39%
B = 0%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#498400 (or 0x498400) is known color: Bilbao. HEX triplet: 49, 84 and 00. RGB value is (73,132,0). Sum of RGB (Red+Green+Blue) = 73+132+0=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 132 (51.95% from 255 or 64.39% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 132 - color contains mainly: green. Hex color #498400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498400 is #B67BFF. Grayscale: #636363. Windows color (decimal): -11959296 or 33865. OLE color: 33865.

HSL color Cylindrical-coordinate representation of color #498400: hue angle of 86.82º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #498400 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 132 0 -
CMYK 0.45 0 1 0.48
HSL 86.82º 1% 0.26% -
HSV(B) 86.82º 1% 0.52% -
XYZ 11 17.92 2.88 -
YUV 99.31 71.95 109.23 -
System Red Green Blue C M Y K H S L
Decimal 73 132 0 0.45 0 1 0.48 86.82 1 0.26
Hex 49 84 0 2D 0 64 30 57 64 1A
Octal 111 204 0 55 0 144 60 127 144 32
Binary 1001001 10000100 0 101101 0 1100100 110000 1010111 1100100 11010

Color Harmonies of #498400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498400

Black with #498400

Text Example


Text Example

White with #498400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498400; }

 p { color: rgb(73,132,0); }

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

background-color css

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

 a { background-color: rgb(73,132,0); }

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

border-color css

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

 span { border-color: rgb(73,132,0); }

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