Html Css Color HEX #497732 Bilbao

📋 copy color: '#497732'

red 73 ◦ green 119 ◦ blue 50

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

Shades of Bilbao #497732

Tints of Bilbao #497732

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.17%

 BLUE value IS 50 (19.92% from 255) = 20.66%

R = 30.17%
G = 49.17%
B = 20.66%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#497732 (or 0x497732) is known color: Bilbao. HEX triplet: 49, 77 and 32. RGB value is (73,119,50). Sum of RGB (Red+Green+Blue) = 73+119+50=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #497732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497732 is #B688CD. Grayscale: #616161. Windows color (decimal): -11962574 or 3307337. OLE color: 3307337.

HSL color Cylindrical-coordinate representation of color #497732: hue angle of 100º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #497732 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 119 50 -
CMYK 0.39 0 0.58 0.53
HSL 100º 0.41% 0.33% -
HSV(B) 100º 0.58% 0.47% -
XYZ 9.92 14.84 5.36 -
YUV 97.38 101.26 110.61 -
System Red Green Blue C M Y K H S L
Decimal 73 119 50 0.39 0 0.58 0.53 100 0.41 0.33
Hex 49 77 32 27 0 3A 35 64 29 21
Octal 111 167 62 47 0 72 65 144 51 41
Binary 1001001 1110111 110010 100111 0 111010 110101 1100100 101001 100001

Color Harmonies of #497732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497732

Black with #497732

Text Example


Text Example

White with #497732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497732; }

 p { color: rgb(73,119,50); }

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

background-color css

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

 a { background-color: rgb(73,119,50); }

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

border-color css

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

 span { border-color: rgb(73,119,50); }

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