Html Css Color HEX #497B2A Bilbao

📋 copy color: '#497B2A'

red 73 ◦ green 123 ◦ blue 42

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

Shades of Bilbao #497B2A

Tints of Bilbao #497B2A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 51.68%

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

R = 30.67%
G = 51.68%
B = 17.65%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#497B2A (or 0x497B2A) is known color: Bilbao. HEX triplet: 49, 7B and 2A. RGB value is (73,123,42). Sum of RGB (Red+Green+Blue) = 73+123+42=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 123 (48.44% from 255 or 51.68% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 123 - color contains mainly: green. Hex color #497B2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497B2A is #B684D5. Grayscale: #636363. Windows color (decimal): -11961558 or 2784073. OLE color: 2784073.

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

Color convert

RGB 73 123 42 -
CMYK 0.41 0 0.66 0.52
HSL 97.04º 0.49% 0.32% -
HSV(B) 97.04º 0.66% 0.48% -
XYZ 10.25 15.75 4.69 -
YUV 98.82 95.94 109.59 -
System Red Green Blue C M Y K H S L
Decimal 73 123 42 0.41 0 0.66 0.52 97.04 0.49 0.32
Hex 49 7B 2A 29 0 42 34 61 31 20
Octal 111 173 52 51 0 102 64 141 61 40
Binary 1001001 1111011 101010 101001 0 1000010 110100 1100001 110001 100000

Color Harmonies of #497B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497B2A

Black with #497B2A

Text Example


Text Example

White with #497B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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