Html Css Color HEX #498005 Bilbao

📋 copy color: '#498005'

red 73 ◦ green 128 ◦ blue 5

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

Shades of Bilbao #498005

Tints of Bilbao #498005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.43%

R = 35.44%
G = 62.14%
B = 2.43%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#498005 (or 0x498005) is known color: Bilbao. HEX triplet: 49, 80 and 05. RGB value is (73,128,5). Sum of RGB (Red+Green+Blue) = 73+128+5=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 128 (50.39% from 255 or 62.14% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 128 - color contains mainly: green. Hex color #498005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498005 is #B67FFA. Grayscale: #616161. Windows color (decimal): -11960315 or 360521. OLE color: 360521.

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

Color convert

RGB 73 128 5 -
CMYK 0.43 0 0.96 0.50
HSL 86.83º 0.92% 0.26% -
HSV(B) 86.83º 0.96% 0.5% -
XYZ 10.49 16.87 2.85 -
YUV 97.53 75.78 110.5 -
System Red Green Blue C M Y K H S L
Decimal 73 128 5 0.43 0 0.96 0.50 86.83 0.92 0.26
Hex 49 80 5 2B 0 60 32 57 5C 1A
Octal 111 200 5 53 0 140 62 127 134 32
Binary 1001001 10000000 101 101011 0 1100000 110010 1010111 1011100 11010

Color Harmonies of #498005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498005

Black with #498005

Text Example


Text Example

White with #498005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498005; }

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

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

background-color css

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

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

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

border-color css

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

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

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