Html Css Color HEX #498004 Bilbao

📋 copy color: '#498004'

red 73 ◦ green 128 ◦ blue 4

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

Shades of Bilbao #498004

Tints of Bilbao #498004

RGB

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

 GREEN value IS 128 (50.39% from 255) = 62.44%

 BLUE value IS 4 (1.95% from 255) = 1.95%

R = 35.61%
G = 62.44%
B = 1.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#498004 (or 0x498004) is known color: Bilbao. HEX triplet: 49, 80 and 04. RGB value is (73,128,4). Sum of RGB (Red+Green+Blue) = 73+128+4=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 128 (50.39% from 255 or 62.44% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 128 - color contains mainly: green. Hex color #498004 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498004 is #B67FFB. Grayscale: #616161. Windows color (decimal): -11960316 or 294985. OLE color: 294985.

HSL color Cylindrical-coordinate representation of color #498004: hue angle of 86.61º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #498004 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 128 4 -
CMYK 0.43 0 0.97 0.50
HSL 86.61º 0.94% 0.26% -
HSV(B) 86.61º 0.97% 0.5% -
XYZ 10.49 16.86 2.82 -
YUV 97.42 75.28 110.58 -
System Red Green Blue C M Y K H S L
Decimal 73 128 4 0.43 0 0.97 0.50 86.61 0.94 0.26
Hex 49 80 4 2B 0 61 32 57 5E 1A
Octal 111 200 4 53 0 141 62 127 136 32
Binary 1001001 10000000 100 101011 0 1100001 110010 1010111 1011110 11010

Color Harmonies of #498004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498004

Black with #498004

Text Example


Text Example

White with #498004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498004; }

 p { color: rgb(73,128,4); }

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

background-color css

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

 a { background-color: rgb(73,128,4); }

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

border-color css

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

 span { border-color: rgb(73,128,4); }

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