Html Css Color HEX #498213 Bilbao

📋 copy color: '#498213'

red 73 ◦ green 130 ◦ blue 19

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

Shades of Bilbao #498213

Tints of Bilbao #498213

RGB

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

 GREEN value IS 130 (51.17% from 255) = 58.56%

 BLUE value IS 19 (7.81% from 255) = 8.56%

R = 32.88%
G = 58.56%
B = 8.56%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#498213 (or 0x498213) is known color: Bilbao. HEX triplet: 49, 82 and 13. RGB value is (73,130,19). Sum of RGB (Red+Green+Blue) = 73+130+19=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #498213 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498213 is #B67DEC. Grayscale: #646464. Windows color (decimal): -11959789 or 1278537. OLE color: 1278537.

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

Color convert

RGB 73 130 19 -
CMYK 0.44 0 0.85 0.49
HSL 90.81º 0.74% 0.29% -
HSV(B) 90.81º 0.85% 0.51% -
XYZ 10.85 17.43 3.41 -
YUV 100.3 82.12 108.53 -
System Red Green Blue C M Y K H S L
Decimal 73 130 19 0.44 0 0.85 0.49 90.81 0.74 0.29
Hex 49 82 13 2C 0 55 31 5B 4A 1D
Octal 111 202 23 54 0 125 61 133 112 35
Binary 1001001 10000010 10011 101100 0 1010101 110001 1011011 1001010 11101

Color Harmonies of #498213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498213

Black with #498213

Text Example


Text Example

White with #498213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498213; }

 p { color: rgb(73,130,19); }

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

background-color css

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

 a { background-color: rgb(73,130,19); }

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

border-color css

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

 span { border-color: rgb(73,130,19); }

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