Html Css Color HEX #497731 Bilbao

📋 copy color: '#497731'

red 73 ◦ green 119 ◦ blue 49

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

Shades of Bilbao #497731

Tints of Bilbao #497731

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.38%

 BLUE value IS 49 (19.53% from 255) = 20.33%

R = 30.29%
G = 49.38%
B = 20.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#497731 (or 0x497731) is known color: Bilbao. HEX triplet: 49, 77 and 31. RGB value is (73,119,49). Sum of RGB (Red+Green+Blue) = 73+119+49=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #497731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497731 is #B688CE. Grayscale: #616161. Windows color (decimal): -11962575 or 3241801. OLE color: 3241801.

HSL color Cylindrical-coordinate representation of color #497731: hue angle of 99.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #497731 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 119 49 -
CMYK 0.39 0 0.59 0.53
HSL 99.43º 0.42% 0.33% -
HSV(B) 99.43º 0.59% 0.47% -
XYZ 9.9 14.83 5.25 -
YUV 97.27 100.76 110.69 -
System Red Green Blue C M Y K H S L
Decimal 73 119 49 0.39 0 0.59 0.53 99.43 0.42 0.33
Hex 49 77 31 27 0 3B 35 63 2A 21
Octal 111 167 61 47 0 73 65 143 52 41
Binary 1001001 1110111 110001 100111 0 111011 110101 1100011 101010 100001

Color Harmonies of #497731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497731

Black with #497731

Text Example


Text Example

White with #497731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497731; }

 p { color: rgb(73,119,49); }

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

background-color css

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

 a { background-color: rgb(73,119,49); }

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

border-color css

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

 span { border-color: rgb(73,119,49); }

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