Html Css Color HEX #497A2C Bilbao

📋 copy color: '#497A2C'

red 73 ◦ green 122 ◦ blue 44

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

Shades of Bilbao #497A2C

Tints of Bilbao #497A2C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 51.05%

 BLUE value IS 44 (17.58% from 255) = 18.41%

R = 30.54%
G = 51.05%
B = 18.41%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.64

 K value IS 0.52

RGB Variations

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

Color information

#497A2C (or 0x497A2C) is known color: Bilbao. HEX triplet: 49, 7A and 2C. RGB value is (73,122,44). Sum of RGB (Red+Green+Blue) = 73+122+44=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 122 (48.05% from 255 or 51.05% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 122 - color contains mainly: green. Hex color #497A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497A2C is #B685D3. Grayscale: #626262. Windows color (decimal): -11961812 or 2914889. OLE color: 2914889.

HSL color Cylindrical-coordinate representation of color #497A2C: hue angle of 97.69º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #497A2C is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 122 44 -
CMYK 0.40 0 0.64 0.52
HSL 97.69º 0.47% 0.33% -
HSV(B) 97.69º 0.64% 0.48% -
XYZ 10.16 15.52 4.84 -
YUV 98.46 97.27 109.84 -
System Red Green Blue C M Y K H S L
Decimal 73 122 44 0.40 0 0.64 0.52 97.69 0.47 0.33
Hex 49 7A 2C 28 0 40 34 62 2F 21
Octal 111 172 54 50 0 100 64 142 57 41
Binary 1001001 1111010 101100 101000 0 1000000 110100 1100010 101111 100001

Color Harmonies of #497A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A2C

Black with #497A2C

Text Example


Text Example

White with #497A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497A2C; }

 p { color: rgb(73,122,44); }

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

background-color css

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

 a { background-color: rgb(73,122,44); }

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

border-color css

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

 span { border-color: rgb(73,122,44); }

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