Html Css Color HEX #497F2A Bilbao

📋 copy color: '#497F2A'

red 73 ◦ green 127 ◦ blue 42

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

Shades of Bilbao #497F2A

Tints of Bilbao #497F2A

RGB

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

 GREEN value IS 127 (50% from 255) = 52.48%

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

R = 30.17%
G = 52.48%
B = 17.36%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#497F2A (or 0x497F2A) is known color: Bilbao. HEX triplet: 49, 7F and 2A. RGB value is (73,127,42). Sum of RGB (Red+Green+Blue) = 73+127+42=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 127 (50% from 255 or 52.48% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 127 - color contains mainly: green. Hex color #497F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497F2A is #B680D5. Grayscale: #656565. Windows color (decimal): -11960534 or 2785097. OLE color: 2785097.

HSL color Cylindrical-coordinate representation of color #497F2A: hue angle of 98.12º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #497F2A is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 127 42 -
CMYK 0.43 0 0.67 0.50
HSL 98.12º 0.5% 0.33% -
HSV(B) 98.12º 0.67% 0.5% -
XYZ 10.75 16.76 4.86 -
YUV 101.16 94.61 107.91 -
System Red Green Blue C M Y K H S L
Decimal 73 127 42 0.43 0 0.67 0.50 98.12 0.5 0.33
Hex 49 7F 2A 2B 0 43 32 62 32 21
Octal 111 177 52 53 0 103 62 142 62 41
Binary 1001001 1111111 101010 101011 0 1000011 110010 1100010 110010 100001

Color Harmonies of #497F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497F2A

Black with #497F2A

Text Example


Text Example

White with #497F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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