Html Css Color HEX #497F17 Bilbao

📋 copy color: '#497F17'

red 73 ◦ green 127 ◦ blue 23

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

Shades of Bilbao #497F17

Tints of Bilbao #497F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.31%

R = 32.74%
G = 56.95%
B = 10.31%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#497F17 (or 0x497F17) is known color: Bilbao. HEX triplet: 49, 7F and 17. RGB value is (73,127,23). Sum of RGB (Red+Green+Blue) = 73+127+23=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 127 (50% from 255 or 56.95% from 223); Blue value is 23 (9.38% from 255 or 10.31% from 223); Max value from RGB is 127 - color contains mainly: green. Hex color #497F17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497F17 is #B680E8. Grayscale: #636363. Windows color (decimal): -11960553 or 1539913. OLE color: 1539913.

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

Color convert

RGB 73 127 23 -
CMYK 0.43 0 0.82 0.50
HSL 91.15º 0.69% 0.29% -
HSV(B) 91.15º 0.82% 0.5% -
XYZ 10.49 16.66 3.47 -
YUV 99 85.11 109.46 -
System Red Green Blue C M Y K H S L
Decimal 73 127 23 0.43 0 0.82 0.50 91.15 0.69 0.29
Hex 49 7F 17 2B 0 52 32 5B 45 1D
Octal 111 177 27 53 0 122 62 133 105 35
Binary 1001001 1111111 10111 101011 0 1010010 110010 1011011 1000101 11101

Color Harmonies of #497F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497F17

Black with #497F17

Text Example


Text Example

White with #497F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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