Html Css Color HEX #498413 Bilbao

📋 copy color: '#498413'

red 73 ◦ green 132 ◦ blue 19

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

Shades of Bilbao #498413

Tints of Bilbao #498413

RGB

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

 GREEN value IS 132 (51.95% from 255) = 58.93%

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

R = 32.59%
G = 58.93%
B = 8.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#498413 (or 0x498413) is known color: Bilbao. HEX triplet: 49, 84 and 13. RGB value is (73,132,19). Sum of RGB (Red+Green+Blue) = 73+132+19=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 132 (51.95% from 255 or 58.93% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 132 - color contains mainly: green. Hex color #498413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498413 is #B67BEC. Grayscale: #656565. Windows color (decimal): -11959277 or 1279049. OLE color: 1279049.

HSL color Cylindrical-coordinate representation of color #498413: hue angle of 91.33º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #498413 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 132 19 -
CMYK 0.45 0 0.86 0.48
HSL 91.33º 0.75% 0.3% -
HSV(B) 91.33º 0.86% 0.52% -
XYZ 11.12 17.97 3.5 -
YUV 101.48 81.45 107.69 -
System Red Green Blue C M Y K H S L
Decimal 73 132 19 0.45 0 0.86 0.48 91.33 0.75 0.3
Hex 49 84 13 2D 0 56 30 5B 4B 1E
Octal 111 204 23 55 0 126 60 133 113 36
Binary 1001001 10000100 10011 101101 0 1010110 110000 1011011 1001011 11110

Color Harmonies of #498413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498413

Black with #498413

Text Example


Text Example

White with #498413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498413; }

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

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

background-color css

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

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

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

border-color css

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

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

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