Html Css Color HEX #498112 Bilbao

📋 copy color: '#498112'

red 73 ◦ green 129 ◦ blue 18

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

Shades of Bilbao #498112

Tints of Bilbao #498112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 58.64%

 BLUE value IS 18 (7.42% from 255) = 8.18%

R = 33.18%
G = 58.64%
B = 8.18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#498112 (or 0x498112) is known color: Bilbao. HEX triplet: 49, 81 and 12. RGB value is (73,129,18). Sum of RGB (Red+Green+Blue) = 73+129+18=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #498112 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498112 is #B67EED. Grayscale: #636363. Windows color (decimal): -11960046 or 1212745. OLE color: 1212745.

HSL color Cylindrical-coordinate representation of color #498112: hue angle of 90.27º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #498112 is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 129 18 -
CMYK 0.43 0 0.86 0.49
HSL 90.27º 0.76% 0.29% -
HSV(B) 90.27º 0.86% 0.51% -
XYZ 10.71 17.16 3.32 -
YUV 99.6 81.95 109.03 -
System Red Green Blue C M Y K H S L
Decimal 73 129 18 0.43 0 0.86 0.49 90.27 0.76 0.29
Hex 49 81 12 2B 0 56 31 5A 4C 1D
Octal 111 201 22 53 0 126 61 132 114 35
Binary 1001001 10000001 10010 101011 0 1010110 110001 1011010 1001100 11101

Color Harmonies of #498112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498112

Black with #498112

Text Example


Text Example

White with #498112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498112; }

 p { color: rgb(73,129,18); }

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

background-color css

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

 a { background-color: rgb(73,129,18); }

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

border-color css

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

 span { border-color: rgb(73,129,18); }

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