Html Css Color HEX #497C2A Bilbao

📋 copy color: '#497C2A'

red 73 ◦ green 124 ◦ blue 42

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

Shades of Bilbao #497C2A

Tints of Bilbao #497C2A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.88%

 BLUE value IS 42 (16.8% from 255) = 17.57%

R = 30.54%
G = 51.88%
B = 17.57%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#497C2A (or 0x497C2A) is known color: Bilbao. HEX triplet: 49, 7C and 2A. RGB value is (73,124,42). Sum of RGB (Red+Green+Blue) = 73+124+42=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 124 (48.83% from 255 or 51.88% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 124 - color contains mainly: green. Hex color #497C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497C2A is #B683D5. Grayscale: #636363. Windows color (decimal): -11961302 or 2784329. OLE color: 2784329.

HSL color Cylindrical-coordinate representation of color #497C2A: hue angle of 97.32º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #497C2A is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 124 42 -
CMYK 0.41 0 0.66 0.51
HSL 97.32º 0.49% 0.33% -
HSV(B) 97.32º 0.66% 0.49% -
XYZ 10.37 16 4.73 -
YUV 99.4 95.6 109.17 -
System Red Green Blue C M Y K H S L
Decimal 73 124 42 0.41 0 0.66 0.51 97.32 0.49 0.33
Hex 49 7C 2A 29 0 42 33 61 31 21
Octal 111 174 52 51 0 102 63 141 61 41
Binary 1001001 1111100 101010 101001 0 1000010 110011 1100001 110001 100001

Color Harmonies of #497C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497C2A

Black with #497C2A

Text Example


Text Example

White with #497C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,124,42); }

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

background-color css

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

 a { background-color: rgb(73,124,42); }

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

border-color css

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

 span { border-color: rgb(73,124,42); }

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