Html Css Color HEX #497B1C Bilbao

📋 copy color: '#497B1C'

red 73 ◦ green 123 ◦ blue 28

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

Shades of Bilbao #497B1C

Tints of Bilbao #497B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.5%

R = 32.59%
G = 54.91%
B = 12.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.77

 K value IS 0.52

RGB Variations

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

Color information

#497B1C (or 0x497B1C) is known color: Bilbao. HEX triplet: 49, 7B and 1C. RGB value is (73,123,28). Sum of RGB (Red+Green+Blue) = 73+123+28=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 123 (48.44% from 255 or 54.91% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 123 - color contains mainly: green. Hex color #497B1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497B1C is #B684E3. Grayscale: #616161. Windows color (decimal): -11961572 or 1866569. OLE color: 1866569.

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

Color convert

RGB 73 123 28 -
CMYK 0.41 0 0.77 0.52
HSL 91.58º 0.63% 0.3% -
HSV(B) 91.58º 0.77% 0.48% -
XYZ 10.04 15.67 3.59 -
YUV 97.22 88.94 110.72 -
System Red Green Blue C M Y K H S L
Decimal 73 123 28 0.41 0 0.77 0.52 91.58 0.63 0.3
Hex 49 7B 1C 29 0 4D 34 5C 3F 1E
Octal 111 173 34 51 0 115 64 134 77 36
Binary 1001001 1111011 11100 101001 0 1001101 110100 1011100 111111 11110

Color Harmonies of #497B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497B1C

Black with #497B1C

Text Example


Text Example

White with #497B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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