Html Css Color HEX #497F1C Bilbao

📋 copy color: '#497F1C'

red 73 ◦ green 127 ◦ blue 28

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

Shades of Bilbao #497F1C

Tints of Bilbao #497F1C

RGB

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

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

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

R = 32.02%
G = 55.7%
B = 12.28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#497F1C (or 0x497F1C) is known color: Bilbao. HEX triplet: 49, 7F and 1C. RGB value is (73,127,28). Sum of RGB (Red+Green+Blue) = 73+127+28=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 127 (50% from 255 or 55.70% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 127 - color contains mainly: green. Hex color #497F1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497F1C is #B680E3. Grayscale: #636363. Windows color (decimal): -11960548 or 1867593. OLE color: 1867593.

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

Color convert

RGB 73 127 28 -
CMYK 0.43 0 0.78 0.50
HSL 92.73º 0.64% 0.3% -
HSV(B) 92.73º 0.78% 0.5% -
XYZ 10.55 16.68 3.76 -
YUV 99.57 87.61 109.05 -
System Red Green Blue C M Y K H S L
Decimal 73 127 28 0.43 0 0.78 0.50 92.73 0.64 0.3
Hex 49 7F 1C 2B 0 4E 32 5D 40 1E
Octal 111 177 34 53 0 116 62 135 100 36
Binary 1001001 1111111 11100 101011 0 1001110 110010 1011101 1000000 11110

Color Harmonies of #497F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497F1C

Black with #497F1C

Text Example


Text Example

White with #497F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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