Html Css Color HEX #497A2A Bilbao

📋 copy color: '#497A2A'

red 73 ◦ green 122 ◦ blue 42

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

Shades of Bilbao #497A2A

Tints of Bilbao #497A2A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 51.48%

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

R = 30.8%
G = 51.48%
B = 17.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#497A2A (or 0x497A2A) is known color: Bilbao. HEX triplet: 49, 7A and 2A. RGB value is (73,122,42). Sum of RGB (Red+Green+Blue) = 73+122+42=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 122 (48.05% from 255 or 51.48% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 122 - color contains mainly: green. Hex color #497A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497A2A is #B685D5. Grayscale: #626262. Windows color (decimal): -11961814 or 2783817. OLE color: 2783817.

HSL color Cylindrical-coordinate representation of color #497A2A: hue angle of 96.75º 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 #497A2A is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 122 42 -
CMYK 0.40 0 0.66 0.52
HSL 96.75º 0.49% 0.32% -
HSV(B) 96.75º 0.66% 0.48% -
XYZ 10.13 15.5 4.65 -
YUV 98.23 96.27 110 -
System Red Green Blue C M Y K H S L
Decimal 73 122 42 0.40 0 0.66 0.52 96.75 0.49 0.32
Hex 49 7A 2A 28 0 42 34 61 31 20
Octal 111 172 52 50 0 102 64 141 61 40
Binary 1001001 1111010 101010 101000 0 1000010 110100 1100001 110001 100000

Color Harmonies of #497A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497A2A

Black with #497A2A

Text Example


Text Example

White with #497A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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