Html Css Color HEX #497C22 Bilbao

📋 copy color: '#497C22'

red 73 ◦ green 124 ◦ blue 34

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

Shades of Bilbao #497C22

Tints of Bilbao #497C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.72%

R = 31.6%
G = 53.68%
B = 14.72%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.73

 K value IS 0.51

RGB Variations

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

Color information

#497C22 (or 0x497C22) is known color: Bilbao. HEX triplet: 49, 7C and 22. RGB value is (73,124,34). Sum of RGB (Red+Green+Blue) = 73+124+34=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 124 (48.83% from 255 or 53.68% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 124 - color contains mainly: green. Hex color #497C22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497C22 is #B683DD. Grayscale: #626262. Windows color (decimal): -11961310 or 2260041. OLE color: 2260041.

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

Color convert

RGB 73 124 34 -
CMYK 0.41 0 0.73 0.51
HSL 94º 0.57% 0.31% -
HSV(B) 94º 0.73% 0.49% -
XYZ 10.24 15.95 4.05 -
YUV 98.49 91.6 109.82 -
System Red Green Blue C M Y K H S L
Decimal 73 124 34 0.41 0 0.73 0.51 94 0.57 0.31
Hex 49 7C 22 29 0 49 33 5E 39 1F
Octal 111 174 42 51 0 111 63 136 71 37
Binary 1001001 1111100 100010 101001 0 1001001 110011 1011110 111001 11111

Color Harmonies of #497C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497C22

Black with #497C22

Text Example


Text Example

White with #497C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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