#498400

Color #498400 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #498400

Tints of Bilbao #498400

Color information

#498400 (or 0x498400) is unknown color: approx 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

RGB731320-
CMYK0.45010.48
HSL86.82º100%25.88%-
HSV(B)86.82º100%51.76%-
XYZ1117.922.88-
YUV99.3171.95109.23-

RGB Variations

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

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 (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7313200.45010.4886.8210025.88
Hex498402D0643057641a
Octal11120405501446012714432
Binary1001001100001000101101011001001100001010111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>