Html Css Color HEX #498003 Bilbao

📋 copy color: '#498003'

red 73 ◦ green 128 ◦ blue 3

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

Shades of Bilbao #498003

Tints of Bilbao #498003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.47%

R = 35.78%
G = 62.75%
B = 1.47%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#498003 (or 0x498003) is known color: Bilbao. HEX triplet: 49, 80 and 03. RGB value is (73,128,3). Sum of RGB (Red+Green+Blue) = 73+128+3=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 128 (50.39% from 255 or 62.75% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 128 - color contains mainly: green. Hex color #498003 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498003 is #B67FFC. Grayscale: #616161. Windows color (decimal): -11960317 or 229449. OLE color: 229449.

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

Color convert

RGB 73 128 3 -
CMYK 0.43 0 0.98 0.50
HSL 86.4º 0.95% 0.26% -
HSV(B) 86.4º 0.98% 0.5% -
XYZ 10.48 16.86 2.79 -
YUV 97.31 74.78 110.66 -
System Red Green Blue C M Y K H S L
Decimal 73 128 3 0.43 0 0.98 0.50 86.4 0.95 0.26
Hex 49 80 3 2B 0 62 32 56 5F 1A
Octal 111 200 3 53 0 142 62 126 137 32
Binary 1001001 10000000 11 101011 0 1100010 110010 1010110 1011111 11010

Color Harmonies of #498003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498003

Black with #498003

Text Example


Text Example

White with #498003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498003; }

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

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

background-color css

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

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

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

border-color css

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

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

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