Html Css Color HEX #497C2B Bilbao

📋 copy color: '#497C2B'

red 73 ◦ green 124 ◦ blue 43

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

Shades of Bilbao #497C2B

Tints of Bilbao #497C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.92%

R = 30.42%
G = 51.67%
B = 17.92%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#497C2B (or 0x497C2B) is known color: Bilbao. HEX triplet: 49, 7C and 2B. RGB value is (73,124,43). Sum of RGB (Red+Green+Blue) = 73+124+43=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 124 (48.83% from 255 or 51.67% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 124 - color contains mainly: green. Hex color #497C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497C2B is #B683D4. Grayscale: #636363. Windows color (decimal): -11961301 or 2849865. OLE color: 2849865.

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

Color convert

RGB 73 124 43 -
CMYK 0.41 0 0.65 0.51
HSL 97.78º 0.49% 0.33% -
HSV(B) 97.78º 0.65% 0.49% -
XYZ 10.39 16.01 4.83 -
YUV 99.52 96.1 109.09 -
System Red Green Blue C M Y K H S L
Decimal 73 124 43 0.41 0 0.65 0.51 97.78 0.49 0.33
Hex 49 7C 2B 29 0 41 33 62 31 21
Octal 111 174 53 51 0 101 63 142 61 41
Binary 1001001 1111100 101011 101001 0 1000001 110011 1100010 110001 100001

Color Harmonies of #497C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497C2B

Black with #497C2B

Text Example


Text Example

White with #497C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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